From 8bbab93e08d1f1736b0f1919c249ce2f529af4b6 Mon Sep 17 00:00:00 2001 From: pedro-php Date: Tue, 15 Apr 2025 14:42:29 -0300 Subject: [PATCH] message sent logs --- .../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 790f9a49..805713cc 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -3979,7 +3979,7 @@ export class BaileysStartupService extends ChannelStartupService { edit: data.key, }); - console.dir({messageSent}); + console.dir({messageSent}, {depth: null}); if (messageSent) { const editedMessage = messageSent?.message?.protocolMessage || messageSent?.message?.editedMessage?.message?.protocolMessage;