diff --git a/backend/src/app/loggers/mattermost.clj b/backend/src/app/loggers/mattermost.clj index 51a627ff1..344fcf80b 100644 --- a/backend/src/app/loggers/mattermost.clj +++ b/backend/src/app/loggers/mattermost.clj @@ -19,7 +19,7 @@ [promesa.exec :as px] [promesa.exec.csp :as sp])) -(defonce enabled (atom false)) +(defonce enabled (atom true)) (defn- send-mattermost-notification! [cfg {:keys [id public-uri] :as report}]