mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -41,7 +41,6 @@ export async function boxApiRequest(
|
||||
includeCredentialsOnRefreshOnBody: true,
|
||||
};
|
||||
|
||||
//@ts-ignore
|
||||
return await this.helpers.requestOAuth2.call(this, 'boxOAuth2Api', options, oAuth2Options);
|
||||
} catch (error) {
|
||||
throw new NodeApiError(this.getNode(), error as JsonObject);
|
||||
|
||||
Reference in New Issue
Block a user