Skip to content

Commit 72b2a06

Browse files
committed
Fix staging error looking for clerk
1 parent 9f7af08 commit 72b2a06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/discord/credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export type DiscordCredentials = Record<string, never>;
1+
export type DiscordCredentials = Record<string, string | undefined>;

plugins/discord/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const discordPlugin: IntegrationPlugin = {
4949
placeholder: "https://discord.com/api/webhooks/... or {{NodeName.webhookUrl}}",
5050
example: "https://discord.com/api/webhooks/123456789/abcdef",
5151
required: true,
52-
helpText: "Create a webhook in Discord: Server Settings > Integrations > Webhooks",
5352
},
5453
{
5554
key: "discordMessage",

0 commit comments

Comments
 (0)