mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-23 20:12:48 -06:00
Update webhook.service.ts
Foi criado novo variavel "webhook_base64:false' para retorno erro.
This commit is contained in:
@@ -26,7 +26,7 @@ export class WebhookService {
|
|||||||
|
|
||||||
return result;
|
return result;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return { enabled: false, url: '', events: [], webhook_by_events: false };
|
return { enabled: false, url: '', events: [], webhook_by_events: false, webhook_base64 : false };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user