Update src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
Willian Coqueiro 2025-10-19 02:28:45 -03:00 committed by GitHub
parent 423f629b04
commit adbe1079d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2051,7 +2051,7 @@ export class ChatwootService {
? `**${formattedPhoneNumber} - ${participantName}:**\n\n${bodyMessage}` ? `**${formattedPhoneNumber} - ${participantName}:**\n\n${bodyMessage}`
: `**${formattedPhoneNumber} - ${participantName}:**`; : `**${formattedPhoneNumber} - ${participantName}:**`;
} else { } else {
content = bodyMessage ? bodyMessage : ''; content = bodyMessage || '';
} }
const send = await this.sendData( const send = await this.sendData(