0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

📎 Fix linter issues.

This commit is contained in:
Andrey Antukh 2021-05-09 12:28:38 +02:00
parent 6d5276c0c6
commit c5fa8f560c

View file

@ -58,7 +58,7 @@
(a/close! output))
(defn- send-mattermost-notification!
[cfg {:keys [host version id error] :as cdata}]
[cfg {:keys [host version id] :as cdata}]
(try
(let [uri (:uri cfg)
text (str "Unhandled exception (@channel):\n"