Skip to content

Commit f612a45

Browse files
committed
fix: correction sending s3/minio media to chatwoot and typebot
1 parent 182dce4 commit f612a45

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/whatsapp/services/whatsapp.service.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,10 +1005,6 @@ export class WAStartupService {
10051005
}
10061006
}
10071007

1008-
console.log('webhookGlobal.GLOBAL?.ENABLED', webhookGlobal.GLOBAL?.ENABLED);
1009-
console.log('webhookGlobal.EVENTS[we]', webhookGlobal.EVENTS[we]);
1010-
console.log('we', we);
1011-
10121008
if (webhookGlobal.GLOBAL?.ENABLED) {
10131009
if (webhookGlobal.EVENTS[we]) {
10141010
this.logger.verbose('Sending data to webhook global');

0 commit comments

Comments
 (0)