File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/apps-engine/src/server/accessors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ export class ConfigurationExtend implements IConfigurationExtend {
2121 public readonly scheduler : ISchedulerExtend ,
2222 public readonly ui : IUIExtend ,
2323 public readonly videoConfProviders : IVideoConfProvidersExtend ,
24- public readonly outboundCommunication : IOutboundCommunicationProviderExtend ;
24+ public readonly outboundCommunication : IOutboundCommunicationProviderExtend ,
2525 ) { }
2626}
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import { ModifyUpdater } from './ModifyUpdater';
2020import { Notifier } from './Notifier' ;
2121import { OAuthAppsModify } from './OAuthAppsModify' ;
2222import { OAuthAppsReader } from './OAuthAppsReader' ;
23+ import { OutboundMessageProviderExtend } from './OutboundCommunicationProviderExtend' ;
2324import { Persistence } from './Persistence' ;
2425import { PersistenceRead } from './PersistenceRead' ;
2526import { Reader } from './Reader' ;
@@ -44,7 +45,6 @@ import { VideoConfProviderExtend } from './VideoConfProviderExtend';
4445import { VideoConferenceBuilder } from './VideoConferenceBuilder' ;
4546import { VideoConferenceExtender } from './VideoConferenceExtend' ;
4647import { VideoConferenceRead } from './VideoConferenceRead' ;
47- import { OutboundMessageProviderExtend } from './OutboundCommunicationProviderExtend' ; }
4848
4949export {
5050 ApiExtend ,
You can’t perform that action at this time.
0 commit comments