Attempt Twilio inbound fix 3 BOD-130
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user