fix(Airtable Node): Fix authentication issue (#3709)

This commit is contained in:
agobrech 2022-07-14 10:28:34 +02:00 committed by GitHub
parent c1eb3d65da
commit 33d804284a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,8 @@ export class AirtableApi implements ICredentialType {
authenticate: IAuthenticateGeneric = {
type: 'generic',
properties: {
headers: {
Authorization: '={{$credentials.apiKey}}',
qs: {
api_key: '={{$credentials.apiKey}}',
},
},
};