Fix bug not allowing to add webhooks (#900)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2021-07-27 23:26:54 -07:00
committed by GitHub
parent a2cde72347
commit 87917e618c

View File

@@ -23,7 +23,7 @@ export const notifyMqtt = "notify_mqtt";
export const notifyRedis = "notify_redis";
export const notifyNats = "notify_nats";
export const notifyElasticsearch = "notify_elasticsearch";
export const notifyWebhooks = "notify_webhooks";
export const notifyWebhooks = "notify_webhook";
export const notifyNsq = "notify_nsq";
export const configurationElements: IConfigurationElement[] = [