From 58b4985319c214c7bef9d0519678ad7e8d815044 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 15 May 2020 10:15:25 -0700 Subject: [PATCH] Attempt Twilio inbound fix 3 BOD-130 --- server/sms/receive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sms/receive.js b/server/sms/receive.js index 956f8c16e..866bdb889 100644 --- a/server/sms/receive.js +++ b/server/sms/receive.js @@ -77,7 +77,7 @@ exports.receive = (req, res) => { }, tokens: uniqueTokens, }; - res.status(200).send(); + res.status(200).send(""); // Send a message to the device corresponding to the provided // registration token. admin