mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
I think I misunderstood the xhr docs
This commit is contained in:
parent
3022a565ce
commit
779c42717b
1 changed files with 1 additions and 2 deletions
|
@ -143,8 +143,7 @@ module.exports.clearAdminMessage = function (messageType, messageId, adminMessag
|
|||
uri: '/site-api/messages/messages-delete/',
|
||||
method: 'POST',
|
||||
useCsrf: true,
|
||||
json: true,
|
||||
body: {
|
||||
json: {
|
||||
alertType: messageType,
|
||||
alertId: messageId
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue