From 4efc9b65bc979afb9421fbe48446f431eb6eda2c Mon Sep 17 00:00:00 2001 From: Willian Coqueiro Date: Sun, 19 Oct 2025 06:34:45 -0300 Subject: [PATCH] Simplify logging of messageSent object Evita o erro de this.isZero not is function --- .../integrations/channel/whatsapp/whatsapp.baileys.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index 9f83ea344..7753db0eb 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);