fixes
This commit is contained in:
@@ -34,7 +34,7 @@ export class MetaService implements OnApplicationShutdown {
|
||||
this.redisSubscriber.on('message', this.onMessage);
|
||||
}
|
||||
|
||||
private async onMessage(_, data): Promise<void> {
|
||||
private async onMessage(_: string, data: string): Promise<void> {
|
||||
const obj = JSON.parse(data);
|
||||
|
||||
if (obj.channel === 'internal') {
|
||||
|
Reference in New Issue
Block a user