Commit 3022a565 authored by Matthew Taylor's avatar Matthew Taylor

json-encode body

parent 9ace64fd
......@@ -143,6 +143,7 @@ module.exports.clearAdminMessage = function (messageType, messageId, adminMessag
uri: '/site-api/messages/messages-delete/',
method: 'POST',
useCsrf: true,
json: true,
body: {
alertType: messageType,
alertId: messageId
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment