diff --git a/src/whatsapp/services/chatwoot.service.ts b/src/whatsapp/services/chatwoot.service.ts index 6cfc3aab..0f3c806f 100644 --- a/src/whatsapp/services/chatwoot.service.ts +++ b/src/whatsapp/services/chatwoot.service.ts @@ -87,7 +87,6 @@ export class ChatwootService { instance: InstanceDto, phoneNumber: string, inboxId: number, - accountId: number, name?: string, ) { const client = await this.clientCw(instance);