Comparing version 1.0.7 to 1.0.8
@@ -80,3 +80,3 @@ "use strict"; | ||
post(endpoint, params) { | ||
return this._call('POST', endpoint, Object.assign(Object.assign({}, params), { externalReferralProgram: this.programId })); | ||
return this._call('POST', endpoint, Object.assign({ externalReferralProgram: this.programId }, params)); | ||
} | ||
@@ -83,0 +83,0 @@ delete(endpoint, params) { |
{ | ||
"name": "ftx-api", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Node.js connector for FTX's REST APIs and WebSockets", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
115132