Skip to content

Commit fd9984e

Browse files
akulakumWaseemraj
authored andcommitted
fix(ICallForwardAdapter): Changed CxEssential types
1 parent fe2fc42 commit fd9984e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webexcalling/src/ICallForwardAdapter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ export interface ICallSettingsAdapter {
118118
refreshCallForward(): void;
119119
getCallForwardSettings(): Observable<string>;
120120
checkAttendantConsoleFeatureToggle(): Observable<boolean>;
121-
checkCXEssentailsFeature(): Observable<boolean>;
121+
checkCXEssentialsFeature(): Observable<boolean>;
122122
}
123123
//# sourceMappingURL=ICallForwardAdapter.d.ts.map

0 commit comments

Comments
 (0)