diff --git a/src/api/services/channel.service.ts b/src/api/services/channel.service.ts index 345ec813..26e9253f 100644 --- a/src/api/services/channel.service.ts +++ b/src/api/services/channel.service.ts @@ -58,11 +58,6 @@ export class ChannelStartupService { this.instance.token = instance.token; this.instance.businessId = instance.businessId; - this.sendDataWebhook(Events.STATUS_INSTANCE, { - instance: this.instance.name, - status: 'created', - }); - if (this.configService.get('CHATWOOT').ENABLED && this.localChatwoot.enabled) { this.chatwootService.eventWhatsapp( Events.STATUS_INSTANCE,