Fix bug not allowing to add webhooks (#900)
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,7 @@ export const notifyMqtt = "notify_mqtt";
|
|||||||
export const notifyRedis = "notify_redis";
|
export const notifyRedis = "notify_redis";
|
||||||
export const notifyNats = "notify_nats";
|
export const notifyNats = "notify_nats";
|
||||||
export const notifyElasticsearch = "notify_elasticsearch";
|
export const notifyElasticsearch = "notify_elasticsearch";
|
||||||
export const notifyWebhooks = "notify_webhooks";
|
export const notifyWebhooks = "notify_webhook";
|
||||||
export const notifyNsq = "notify_nsq";
|
export const notifyNsq = "notify_nsq";
|
||||||
|
|
||||||
export const configurationElements: IConfigurationElement[] = [
|
export const configurationElements: IConfigurationElement[] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user