fixed n8n link (#4953)

This commit is contained in:
Peer Richelsen
2022-10-11 16:29:52 +01:00
committed by GitHub
parent bceeee70e0
commit a5fee47989
+1 -1
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: {} }),
};