Skip to content

Commit

Permalink
Fix missing message service sid
Browse files Browse the repository at this point in the history
  • Loading branch information
bhardwajaditya committed Sep 20, 2023
1 parent 6e820fc commit 6bdecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/livechat/imports/server/rest/sms.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ API.v1.addRoute('livechat/sms-incoming/:service', {
roomInfo: {
sms: {
from: sms.to,
messaging_service_sid: sms.messagingServiceSid,
messaging_service_sid: sms.extra.messagingServiceSid,
},
source: {
type: OmnichannelSourceType.SMS,
Expand Down

0 comments on commit 6bdecf3

Please sign in to comment.