deskbookers
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -268,14 +268,13 @@ (function (global, factory) { | ||
clean(body); | ||
console.log(userId, body); | ||
_context4.next = 5; | ||
_context4.next = 4; | ||
return this.request({ | ||
method: 'PUT', | ||
path: 'notifications/' + userId, | ||
body: { body: body } | ||
body: body | ||
}); | ||
case 5: | ||
case 4: | ||
return _context4.abrupt('return', _context4.sent); | ||
case 6: | ||
case 5: | ||
case 'end': | ||
@@ -282,0 +281,0 @@ return _context4.stop(); |
{ | ||
"name": "deskbookers", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Deskbookers API JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
299554
4225