mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-10 18:39:38 -06:00
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:
parent
423f629b04
commit
adbe1079d5
@ -2051,7 +2051,7 @@ export class ChatwootService {
|
||||
? `**${formattedPhoneNumber} - ${participantName}:**\n\n${bodyMessage}`
|
||||
: `**${formattedPhoneNumber} - ${participantName}:**`;
|
||||
} else {
|
||||
content = bodyMessage ? bodyMessage : '';
|
||||
content = bodyMessage || '';
|
||||
}
|
||||
|
||||
const send = await this.sendData(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user