Remove Custom from WebhookFactory Registry

Wven when commented out, it's still present in front end selection
This commit is contained in:
Zedifus 2023-10-29 13:45:03 +00:00
parent 1d5965c1f5
commit 170750466c

View File

@ -21,7 +21,6 @@ class WebhookFactory:
"Mattermost": MattermostWebhook,
"Slack": SlackWebhook,
"Teams": TeamsWebhook,
# "Custom",
}
@classmethod