mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-25 14:47:45 -06:00
fix: correction sending s3/minio media to chatwoot and typebot
This commit is contained in:
@@ -1005,6 +1005,10 @@ 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.EVENTS[we]) {
|
||||
this.logger.verbose('Sending data to webhook global');
|
||||
|
||||
Reference in New Issue
Block a user