Simplify logging of messageSent object

Evita o erro de this.isZero not is function
This commit is contained in:
Willian Coqueiro 2025-10-19 06:34:45 -03:00 committed by GitHub
parent 582166e5ae
commit 4efc9b65bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2375,7 +2375,7 @@ export class BaileysStartupService extends ChannelStartupService {
}
}
this.logger.verbose(JSON.stringify(messageSent, null, 2));
this.logger.verbose(messageSent);
this.sendDataWebhook(Events.SEND_MESSAGE, messageRaw);