global update and global fix
This commit is contained in:
@@ -21,6 +21,7 @@ export class CoreGrpcService implements OnModuleInit {
|
||||
chat!: Record<string, GrpcMethod>;
|
||||
family!: Record<string, GrpcMethod>;
|
||||
media!: Record<string, GrpcMethod>;
|
||||
bot!: Record<string, GrpcMethod>;
|
||||
|
||||
constructor(@Inject('SSO_CORE') private readonly client: ClientGrpc) {}
|
||||
|
||||
@@ -40,5 +41,6 @@ export class CoreGrpcService implements OnModuleInit {
|
||||
this.notifications = this.client.getService<Record<string, GrpcMethod>>('NotificationsService');
|
||||
this.chat = this.client.getService<Record<string, GrpcMethod>>('ChatService');
|
||||
this.media = this.client.getService<Record<string, GrpcMethod>>('MediaService');
|
||||
this.bot = this.client.getService<Record<string, GrpcMethod>>('BotService');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user