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

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>>([
[