Attempt Twilio inbound fix 2 BOD-130

This commit is contained in:
Patrick Fic
2020-05-15 10:10:46 -07:00
parent b531a51ebd
commit 139e6a9a69
2 changed files with 8 additions and 3 deletions

View File

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