Comparing version 1.0.8 to 1.0.9
@@ -141,3 +141,3 @@ "use strict"; | ||
} | ||
getRequestSignature(method, endpoint, secret, params) { | ||
getRequestSignature(method, endpoint, secret, params = '') { | ||
const timestamp = Date.now() + (this.timeOffset || 0); | ||
@@ -144,0 +144,0 @@ if (!secret) { |
{ | ||
"name": "ftx-api", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"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
115142