Added image handling for messaging BOD-187
This commit is contained in:
@@ -36,7 +36,7 @@ exports.send = (req, res) => {
|
||||
gqlClient
|
||||
.request(queries.INSERT_MESSAGE, { msg: newMessage })
|
||||
.then((r2) => {
|
||||
console.log("Responding GQL Message ID", JSON.stringify(r2));
|
||||
//console.log("Responding GQL Message ID", JSON.stringify(r2));
|
||||
res.sendStatus(200);
|
||||
})
|
||||
.catch((e2) => {
|
||||
|
||||
Reference in New Issue
Block a user