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 = { authenticate: IAuthenticateGeneric = {
type: 'generic', type: 'generic',
properties: { properties: {
headers: { qs: {
Authorization: '={{$credentials.apiKey}}', api_key: '={{$credentials.apiKey}}',
}, },
}, },
}; };