🐛 Fix linter issues

This commit is contained in:
Andrés Moya committed 2021-07-20 09:35:22 +02:00
1 parent f6134a6bd3
commit 578c561473
2 files changed
+2 -2

No files matched your search

+1 -1
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"
+1 -1
View File
@@ -258,7 +258,7 @@
(defmethod migrate 11
[data]
(letfn [(update-object [objects id shape]
(letfn [(update-object [objects _id shape]
(if (= :frame (:type shape))
(d/update-when shape :shapes (fn [shapes]
(filterv (fn [id] (contains? objects id)) shapes)))