package json update version and also fix same bug on linear client

This commit is contained in:
Blake Johnson
2021-02-18 17:10:59 -06:00
parent 96427fac99
commit 66d7120fa3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "2.0.0",
"version": "2.0.1",
"description": "Node.js connector for Bybit's Inverse & Linear REST APIs and WebSockets",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -26,7 +26,7 @@ export class LinearClient extends SharedEndpoints {
this.requestWrapper = new RequestWrapper(
key,
secret,
getRestBaseUrl(useLivenet),
getRestBaseUrl(useLivenet, restInverseOptions),
restInverseOptions,
requestOptions
);