mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Airtable Node): Fix authentication issue (#3709)
This commit is contained in:
@@ -20,8 +20,8 @@ export class AirtableApi implements ICredentialType {
|
|||||||
authenticate: IAuthenticateGeneric = {
|
authenticate: IAuthenticateGeneric = {
|
||||||
type: 'generic',
|
type: 'generic',
|
||||||
properties: {
|
properties: {
|
||||||
headers: {
|
qs: {
|
||||||
Authorization: '={{$credentials.apiKey}}',
|
api_key: '={{$credentials.apiKey}}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user