Merge pull request #2105 from KokeroO/develop

fix: Simplify logging of messageSent object
This commit is contained in:
Davidson Gomes 2025-10-19 06:41:28 -03:00 committed by GitHub
commit e83a7e2e88
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);