From a9fafec79dc6e4027435794809faf0563490660b Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Tue, 18 Jul 2023 12:50:18 -0300 Subject: [PATCH] fix: Bug fix when connecting whatsapp does not send confirmation message --- src/whatsapp/services/chatwoot.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/whatsapp/services/chatwoot.service.ts b/src/whatsapp/services/chatwoot.service.ts index c1d800d1..2ccf0671 100644 --- a/src/whatsapp/services/chatwoot.service.ts +++ b/src/whatsapp/services/chatwoot.service.ts @@ -1459,7 +1459,7 @@ export class ChatwootService { this.logger.verbose('event connection.update'); console.log('connection.update', body); if (body.status === 'open') { - const msgConnection = `🚀 Conexão realizada com sucesso!`; + const msgConnection = `🚀 Conexão estabelecida com sucesso!`; this.logger.verbose('send message to chatwoot'); await this.createBotMessage(instance, msgConnection, 'incoming');