diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index 9f83ea34..7753db0e 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -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);