0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

🐛 Enable by default mattermost webhook error reporter

This commit is contained in:
Andrey Antukh 2023-04-04 08:38:05 +02:00
parent 7ebc185b3a
commit cdaf63afa0

View file

@ -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}]