From 4d12fbf72d532d07f70d5a327fb73f1f58b7de5f Mon Sep 17 00:00:00 2001 From: Brad Bahls Date: Sat, 23 Dec 2023 08:58:22 -0700 Subject: [PATCH] removed test webhook url --- server/api/services/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/services/custom.js b/server/api/services/custom.js index 1166934a..3e2dd9b9 100644 --- a/server/api/services/custom.js +++ b/server/api/services/custom.js @@ -4,7 +4,7 @@ const channelId = 'C06B6F4R9RT'; const plankaProdUrl = 'https://kanban.glitchsecure.com'; const plankaTestUrl = 'http://localhost:3000'; -const plankaTestWebhookUrl = 'https://hooks.slack.com/services/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'; +const plankaTestWebhookUrl = ''; const slackAPIToken = process.env.SLACK_BOT_TOKEN; async function sendSlackMessage(messageText) {