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