bulbul-chat
Advanced tools
Comparing version 2.10.0 to 2.10.1
{ | ||
"name": "bulbul-chat", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -554,3 +554,3 @@ "use strict"; | ||
return __generator(this, function (_a) { | ||
return [2 /*return*/, this.executeHTTP('PUT', "/api/client/chat/users/drafts/" + channelId, {}, { draft: draft })]; | ||
return [2 /*return*/, this.executeHTTP('PUT', "/api/client/chat/users/drafts/" + channelId, { draft: draft }, {})]; | ||
}); | ||
@@ -557,0 +557,0 @@ }); |
{ | ||
"name": "bulbul-chat", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -679,4 +679,4 @@ import * as qs from 'qs'; | ||
`/api/client/chat/users/drafts/${channelId}`, | ||
{}, | ||
{ draft } | ||
{ draft }, | ||
{} | ||
); | ||
@@ -683,0 +683,0 @@ } |
Sorry, the diff of this file is not supported yet