Attempt Twilio inbound fix 3 BOD-130

This commit is contained in:
Patrick Fic
2020-05-15 10:15:25 -07:00
parent 139e6a9a69
commit 58b4985319

View File

@@ -77,7 +77,7 @@ exports.receive = (req, res) => {
}, },
tokens: uniqueTokens, tokens: uniqueTokens,
}; };
res.status(200).send(); res.status(200).send("");
// Send a message to the device corresponding to the provided // Send a message to the device corresponding to the provided
// registration token. // registration token.
admin admin