Removed all todos from code and created corresponding JIRA tickets.
This commit is contained in:
@@ -29,7 +29,6 @@ exports.receive = (req, res) => {
|
||||
phone: phone(req.body.From)[0],
|
||||
})
|
||||
.then((response) => {
|
||||
//TODO Add logic for handling MMS.
|
||||
let newMessage = {
|
||||
msid: req.body.SmsMessageSid,
|
||||
text: req.body.Body,
|
||||
|
||||
Reference in New Issue
Block a user