From 58e1f68e205200749d6b053ac8785858430ca96f Mon Sep 17 00:00:00 2001 From: pedro-php Date: Fri, 25 Apr 2025 14:50:39 -0300 Subject: [PATCH] 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 fb38e8ff..ac7fd912 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -1368,7 +1368,7 @@ export class BaileysStartupService extends ChannelStartupService { if (this.localWebhook.enabled) { console.log("2 - DEBUG MESSAGE RAW", {isMedia, webhookBase64: this.localWebhook.webhookBase64}); if (isMedia && this.localWebhook.webhookBase64) { - console.log("1 - DEBUG MESSAGE RAW"); + console.log("3 - DEBUG MESSAGE RAW"); try { console.dir({ key: received.key, message: received.message }, { depth: null }); const buffer = await downloadMediaMessage(