Skip to content

Commit

Permalink
fix(sdUpdateParam): changed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
akulakum authored and maysaxencisco committed May 24, 2023
1 parent 97c491c commit df83c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webexcalling/src/ISpeedDialsAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface ISpeedDialsAdapter {

add(speedDial: ISpeedDialRecord): void;

update(speedDial: ISpeedDialRecord): void;
update(speedDialList: ISpeedDialRecord[]): void;

remove(speedDial: ISpeedDialRecord): void;

Expand Down

0 comments on commit df83c35

Please sign in to comment.