Skip to content

Commit

Permalink
package json update version and also fix same bug on linear client
Browse files Browse the repository at this point in the history
  • Loading branch information
blake41 committed Feb 18, 2021
1 parent 96427fa commit 66d7120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/linear-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class LinearClient extends SharedEndpoints {
this.requestWrapper = new RequestWrapper(
key,
secret,
getRestBaseUrl(useLivenet),
getRestBaseUrl(useLivenet, restInverseOptions),
restInverseOptions,
requestOptions
);
Expand Down

0 comments on commit 66d7120

Please sign in to comment.