Update webhook.service.ts

Foi criado novo variavel "webhook_base64:false' para retorno erro.
This commit is contained in:
Amilton Morais 2023-10-03 17:13:58 -03:00 committed by GitHub
parent f8e3b76a4a
commit f76a924700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ export class WebhookService {
return result;
} catch (error) {
return { enabled: false, url: '', events: [], webhook_by_events: false };
return { enabled: false, url: '', events: [], webhook_by_events: false, webhook_base64 : false };
}
}
}