0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

Merge pull request #3104 from penpot/niwinz-bugfixes-4

🐛 Enable by default mattermost webhook error reporter
This commit is contained in:
Alejandro 2023-04-04 08:45:10 +02:00 committed by GitHub
commit cd9bc1d8d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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