1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-19 08:57:09 +03:00

fix(SendInBlue Trigger Node): fix typo in credential name (#4357)

This commit is contained in:
feelgood-interface 2022-11-08 16:42:04 +01:00 committed by GitHub
parent 479644a499
commit 5d852f9230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,7 +309,7 @@ export namespace SendInBlueWebhookApi {
webhooks: WebhookDetails[];
}
const credentialsName = 'sendinblueApi';
const credentialsName = 'sendInBlueApi';
const baseURL = 'https://api.sendinblue.com/v3';
export const supportedAuthMap = new Map<string, (ref: IWebhookFunctions) => Promise<string>>([
[