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() super()
this.requestWrapper = new RequestWrapper( this.requestWrapper = new RequestWrapper(
key, key,
secret, secret,
getBaseRESTInverseUrl(livenet), getBaseRESTInverseUrl(livenet),
restInverseOptions, restInverseOptions,
requestOptions requestOptions
); );
return this; return this;