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
@@ -20,7 +20,7 @@ export async function kitemakerRequest(
|
||||
json: true,
|
||||
};
|
||||
|
||||
const responseData = await this.helpers.request!.call(this, options);
|
||||
const responseData = await this.helpers.request.call(this, options);
|
||||
|
||||
if (responseData.errors) {
|
||||
throw new NodeApiError(this.getNode(), responseData);
|
||||
|
||||
Reference in New Issue
Block a user