fix idp on started
This commit is contained in:
@@ -29,6 +29,7 @@ import { ChatService } from './domain/chat.service';
|
||||
import { NotificationPublisherService } from './infra/notification-publisher.service';
|
||||
import { MinioService } from './infra/minio.service';
|
||||
import { LdapClientService } from './infra/ldap-client.service';
|
||||
import { MessagingService } from './infra/messaging.service';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -62,7 +63,8 @@ import { LdapClientService } from './infra/ldap-client.service';
|
||||
ChatService,
|
||||
NotificationPublisherService,
|
||||
MinioService,
|
||||
LdapClientService
|
||||
LdapClientService,
|
||||
MessagingService
|
||||
]
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user