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

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