fixed n8n link (#4953)

pull/4949/head^2
Peer Richelsen 2022-10-11 16:29:52 +01:00 committed by GitHub
parent bceeee70e0
commit a5fee47989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const handler: AppDeclarativeHandler = {
slug: appConfig.slug,
supportsMultipleInstalls: false,
handlerType: "add",
redirectUrl: "https://n8n.io/integrations/817-cal-trigger/",
redirectUrl: "https://n8n.io/integrations/cal-trigger/",
createCredential: ({ appType, user, slug }) =>
createDefaultInstallation({ appType, userId: user.id, slug, key: {} }),
};