From 170750466c316e7a7bb15e987f94b951fb320d02 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Sun, 29 Oct 2023 13:45:03 +0000 Subject: [PATCH] Remove Custom from WebhookFactory Registry Wven when commented out, it's still present in front end selection --- app/classes/web/webhooks/webhook_factory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/classes/web/webhooks/webhook_factory.py b/app/classes/web/webhooks/webhook_factory.py index 608bf4e5..9fe2c752 100644 --- a/app/classes/web/webhooks/webhook_factory.py +++ b/app/classes/web/webhooks/webhook_factory.py @@ -21,7 +21,6 @@ class WebhookFactory: "Mattermost": MattermostWebhook, "Slack": SlackWebhook, "Teams": TeamsWebhook, - # "Custom", } @classmethod