mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(Airtable Node): Access token support (#6160)
This commit is contained in:
@@ -58,8 +58,8 @@ export async function apiRequest(
|
||||
if (Object.keys(body).length === 0) {
|
||||
delete options.body;
|
||||
}
|
||||
|
||||
return this.helpers.requestWithAuthentication.call(this, 'airtableApi', options);
|
||||
const authenticationMethod = this.getNodeParameter('authentication', 0) as string;
|
||||
return this.helpers.requestWithAuthentication.call(this, authenticationMethod, options);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user