mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(SendInBlue Trigger Node): fix typo in credential name (#4357)
This commit is contained in:
parent
479644a499
commit
5d852f9230
|
@ -309,7 +309,7 @@ export namespace SendInBlueWebhookApi {
|
||||||
webhooks: WebhookDetails[];
|
webhooks: WebhookDetails[];
|
||||||
}
|
}
|
||||||
|
|
||||||
const credentialsName = 'sendinblueApi';
|
const credentialsName = 'sendInBlueApi';
|
||||||
const baseURL = 'https://api.sendinblue.com/v3';
|
const baseURL = 'https://api.sendinblue.com/v3';
|
||||||
export const supportedAuthMap = new Map<string, (ref: IWebhookFunctions) => Promise<string>>([
|
export const supportedAuthMap = new Map<string, (ref: IWebhookFunctions) => Promise<string>>([
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue