mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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[];
|
||||
}
|
||||
|
||||
const credentialsName = 'sendinblueApi';
|
||||
const credentialsName = 'sendInBlueApi';
|
||||
const baseURL = 'https://api.sendinblue.com/v3';
|
||||
export const supportedAuthMap = new Map<string, (ref: IWebhookFunctions) => Promise<string>>([
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue