From 86ecefcef918b6cf8b782c6790c61b412ad7fcf5 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 16 Dec 2021 16:03:34 +0000 Subject: [PATCH] Update notifiers.go Removed statping emailer from notifier list. --- notifiers/notifiers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/notifiers/notifiers.go b/notifiers/notifiers.go index 1ffc2848..fe740aed 100644 --- a/notifiers/notifiers.go +++ b/notifiers/notifiers.go @@ -36,7 +36,6 @@ func InitNotifiers() { Webhook, Mobile, Pushover, - statpingMailer, Gotify, AmazonSNS, )