mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
🐛 Enable by default mattermost webhook error reporter
This commit is contained in:
parent
7ebc185b3a
commit
cdaf63afa0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
[promesa.exec :as px]
|
[promesa.exec :as px]
|
||||||
[promesa.exec.csp :as sp]))
|
[promesa.exec.csp :as sp]))
|
||||||
|
|
||||||
(defonce enabled (atom false))
|
(defonce enabled (atom true))
|
||||||
|
|
||||||
(defn- send-mattermost-notification!
|
(defn- send-mattermost-notification!
|
||||||
[cfg {:keys [id public-uri] :as report}]
|
[cfg {:keys [id public-uri] :as report}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue