Skip to content

Commit

Permalink
fix(ICallForwardAdapter): updated the types
Browse files Browse the repository at this point in the history
  • Loading branch information
sokn-sys committed Sep 20, 2024
1 parent 7c5f0fd commit fad4485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webexcalling/src/ICallForwardAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export type CallForwardAlwaysSetting = {
export interface ICallSettingsAdapter {
refreshCallForward(): void;
getCallForwardSettings(): Observable<string>;
checkAttendantConsoleFeatureToggle(): Promise<boolean>;
logAttendantConsoleFeatureToggleLog(): void;
checkAttendantConsoleFeatureToggle(): Observable<boolean>;
}
//# sourceMappingURL=ICallForwardAdapter.d.ts.map

0 comments on commit fad4485

Please sign in to comment.