Skip to content

Commit 86c3f38

Browse files
committed
Fix for issue #47
1 parent 8840c3d commit 86c3f38

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': Buffer.byteLength(JSON.stringify(this._request))
89-
},
9086
json: true,
9187
timeout: config.timeout,
9288
body: this._request

0 commit comments

Comments
 (0)