Skip to content

Commit 754d5f7

Browse files
authored
Merge pull request #53 from maria-simon/master
Fix for issue #47
2 parents 8c1eeb7 + 86c3f38 commit 754d5f7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/apicontrollersbase.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ class APIOperationBase {
8383
var reqOpts = {
8484
url: this._endpoint,
8585
method: 'POST',
86-
headers: {
87-
'Content-Type': 'application/json',
88-
'Content-Length': this._request.length
89-
},
9086
json: true,
9187
timeout: config.timeout,
9288
body: this._request

0 commit comments

Comments
 (0)