IO-1438 Resolve issue with texting

This commit is contained in:
Patrick Fic
2021-11-01 08:57:30 -07:00
parent 2e72ed3698
commit 042b67c531

View File

@@ -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,
});