Skip to content

Commit 58e1f68

Browse files
committed
logs
1 parent 507ba86 commit 58e1f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ export class BaileysStartupService extends ChannelStartupService {
13681368
if (this.localWebhook.enabled) {
13691369
console.log("2 - DEBUG MESSAGE RAW", {isMedia, webhookBase64: this.localWebhook.webhookBase64});
13701370
if (isMedia && this.localWebhook.webhookBase64) {
1371-
console.log("1 - DEBUG MESSAGE RAW");
1371+
console.log("3 - DEBUG MESSAGE RAW");
13721372
try {
13731373
console.dir({ key: received.key, message: received.message }, { depth: null });
13741374
const buffer = await downloadMediaMessage(

0 commit comments

Comments
 (0)