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