Update linear-client.ts

This commit is contained in:
CryptoCompiler
2021-01-21 22:42:56 +00:00
committed by GitHub
parent 40e06cfed6
commit 0eff0f7d8e

View File

@@ -25,10 +25,10 @@ export class LinearClient extends SharedEndpoints {
) {
super()
this.requestWrapper = new RequestWrapper(
key,
secret,
getBaseRESTInverseUrl(livenet),
restInverseOptions,
key,
secret,
getBaseRESTInverseUrl(livenet),
restInverseOptions,
requestOptions
);
return this;