Skip to content

Commit a9fafec

Browse files
committed
fix: Bug fix when connecting whatsapp does not send confirmation message
1 parent 7cacf7b commit a9fafec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whatsapp/services/chatwoot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ export class ChatwootService {
14591459
this.logger.verbose('event connection.update');
14601460
console.log('connection.update', body);
14611461
if (body.status === 'open') {
1462-
const msgConnection = `🚀 Conexão realizada com sucesso!`;
1462+
const msgConnection = `🚀 Conexão estabelecida com sucesso!`;
14631463

14641464
this.logger.verbose('send message to chatwoot');
14651465
await this.createBotMessage(instance, msgConnection, 'incoming');

0 commit comments

Comments
 (0)