We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cacf7b commit a9fafecCopy full SHA for a9fafec
src/whatsapp/services/chatwoot.service.ts
@@ -1459,7 +1459,7 @@ export class ChatwootService {
1459
this.logger.verbose('event connection.update');
1460
console.log('connection.update', body);
1461
if (body.status === 'open') {
1462
- const msgConnection = `🚀 Conexão realizada com sucesso!`;
+ const msgConnection = `🚀 Conexão estabelecida com sucesso!`;
1463
1464
this.logger.verbose('send message to chatwoot');
1465
await this.createBotMessage(instance, msgConnection, 'incoming');
0 commit comments