From 042b67c5314ad42532283077e5b6b33f2ac808a3 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 1 Nov 2021 08:57:30 -0700 Subject: [PATCH] IO-1438 Resolve issue with texting --- server/sms/receive.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/sms/receive.js b/server/sms/receive.js index d74668728..603da5f4a 100644 --- a/server/sms/receive.js +++ b/server/sms/receive.js @@ -81,8 +81,7 @@ exports.receive = async (req, res) => { if (response.bodyshops[0].conversations[0]) { const r3 = await client.request(queries.INSERT_MESSAGE, { msg: newMessage, - - id: + conversationid: response.bodyshops[0].conversations[0] && response.bodyshops[0].conversations[0].id, });