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:
parent
6d5276c0c6
commit
c5fa8f560c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue