🐛 Fix linter issues

This commit is contained in:
Andrés Moya 2021-07-20 09:30:17 +02:00
parent f6134a6bd3
commit 578c561473
2 changed files with 2 additions and 2 deletions

View file

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