feat: chatwoot integration completed

This commit is contained in:
Davidson Gomes 2023-07-12 20:58:18 -03:00
parent 052303cc93
commit 702dbebfbe

View File

@ -87,7 +87,6 @@ export class ChatwootService {
instance: InstanceDto, instance: InstanceDto,
phoneNumber: string, phoneNumber: string,
inboxId: number, inboxId: number,
accountId: number,
name?: string, name?: string,
) { ) {
const client = await this.clientCw(instance); const client = await this.clientCw(instance);