Update linear-client.ts
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user