🐛 Fix text focus issues

This commit is contained in:
alonso.torres 2021-07-16 13:09:57 +02:00
parent 9ebafddac2
commit 1fc5182979
10 changed files with 118 additions and 57 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"