Skip to content

Commit

Permalink
Merge branch 'release/1.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed Jul 25, 2023
2 parents 2b6dbfd + ecae077 commit 6b926dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whatsapp/services/chatwoot.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ export class ChatwootService {
audioMessage: msg.audioMessage?.caption,
contactMessage: msg.contactMessage?.vcard,
contactsArrayMessage: msg.contactsArrayMessage,
locationMessage: !msg.protocolMessage
locationMessage: msg.locationMessage
? msg.locationMessage?.degreesLatitude +
',' +
msg.locationMessage?.degreesLongitude
Expand Down

0 comments on commit 6b926dc

Please sign in to comment.