Added image handling for messaging BOD-187
This commit is contained in:
@@ -18,7 +18,7 @@ exports.status = (req, res) => {
|
||||
fields: { status: SmsStatus },
|
||||
})
|
||||
.then((response) => {
|
||||
console.log("Message Updated");
|
||||
console.log("Message Updated", JSON.stringify(response));
|
||||
})
|
||||
.catch((error) => {
|
||||
console.log("Error updating message status", error);
|
||||
|
||||
Reference in New Issue
Block a user