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

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}}',
},
},
};