mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -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))
|
(a/close! output))
|
||||||
|
|
||||||
(defn- send-mattermost-notification!
|
(defn- send-mattermost-notification!
|
||||||
[cfg {:keys [host version id error] :as cdata}]
|
[cfg {:keys [host version id] :as cdata}]
|
||||||
(try
|
(try
|
||||||
(let [uri (:uri cfg)
|
(let [uri (:uri cfg)
|
||||||
text (str "Unhandled exception (@channel):\n"
|
text (str "Unhandled exception (@channel):\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue