Skip to content

Commit

Permalink
fix(Airtable Node): Fix authentication issue (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
agobrech authored Jul 14, 2022
1 parent c1eb3d6 commit 33d8042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nodes-base/credentials/AirtableApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export class AirtableApi implements ICredentialType {
authenticate: IAuthenticateGeneric = {
type: 'generic',
properties: {
headers: {
Authorization: '={{$credentials.apiKey}}',
qs: {
api_key: '={{$credentials.apiKey}}',
},
},
};
Expand Down

0 comments on commit 33d8042

Please sign in to comment.