Skip to content

Commit adbe107

Browse files
Update src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 423f629 commit adbe107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ export class ChatwootService {
20512051
? `**${formattedPhoneNumber} - ${participantName}:**\n\n${bodyMessage}`
20522052
: `**${formattedPhoneNumber} - ${participantName}:**`;
20532053
} else {
2054-
content = bodyMessage ? bodyMessage : '';
2054+
content = bodyMessage || '';
20552055
}
20562056

20572057
const send = await this.sendData(

0 commit comments

Comments
 (0)