ci: Fix linting issues on master (no-changelog) (#5030)
* make CI logs less noisy. suppress linting warning * fix linting issues
This commit is contained in:
committed by
GitHub
parent
a8f4efaf3e
commit
a229788d4b
@@ -47,7 +47,7 @@ export async function clickupApiRequest(
|
||||
tokenType: 'Bearer',
|
||||
};
|
||||
// @ts-ignore
|
||||
return await this.helpers.requestOAuth2!.call(
|
||||
return await this.helpers.requestOAuth2.call(
|
||||
this,
|
||||
'clickUpOAuth2Api',
|
||||
options,
|
||||
|
||||
Reference in New Issue
Block a user