mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Improvements
This commit is contained in:
@@ -137,7 +137,7 @@ export class OAuth implements INodeType {
|
||||
uri: url,
|
||||
json: true,
|
||||
};
|
||||
|
||||
//@ts-ignore
|
||||
const responseData = await this.helpers.requestOAuth2.call(this, 'oAuth2Api', requestOptions);
|
||||
return [this.helpers.returnJsonArray(responseData)];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user