@riocrypto/common-server 1.0.2002 → 1.0.2003
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -235,7 +235,7 @@ class BitsoClient {
|
|
|
235
235
|
},
|
|
236
236
|
};
|
|
237
237
|
const signedRequestConfig = this.signRequest(requestConfig);
|
|
238
|
-
const { data } = yield (0,
|
|
238
|
+
const { data } = yield (0, axios_1.default)(signedRequestConfig);
|
|
239
239
|
if (!data.success) {
|
|
240
240
|
throw new Error("Error getting Bitso order book trades");
|
|
241
241
|
}
|