fix: correction sending s3/minio media to chatwoot and typebot

This commit is contained in:
Davidson Gomes 2023-12-14 17:20:37 -03:00
parent 182dce4840
commit f612a45550

View File

@ -1005,10 +1005,6 @@ export class WAStartupService {
} }
} }
console.log('webhookGlobal.GLOBAL?.ENABLED', webhookGlobal.GLOBAL?.ENABLED);
console.log('webhookGlobal.EVENTS[we]', webhookGlobal.EVENTS[we]);
console.log('we', we);
if (webhookGlobal.GLOBAL?.ENABLED) { if (webhookGlobal.GLOBAL?.ENABLED) {
if (webhookGlobal.EVENTS[we]) { if (webhookGlobal.EVENTS[we]) {
this.logger.verbose('Sending data to webhook global'); this.logger.verbose('Sending data to webhook global');