fix: lint warnings

This commit is contained in:
Tienson Qin
2022-02-25 00:46:28 +08:00
parent 218bb04bd2
commit 2e5ac247a2
4 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,6 @@
["ignore" :as Ignore]
[lambdaisland.glogi :as log]
[promesa.core :as p]
[frontend.handler.notification :as notification]
[borkdude.rewrite-edn :as rewrite]))
(defn get-ref
@@ -237,7 +236,7 @@
(defn parse-config
"Parse configuration from file `content` such as from config.edn."
[path content]
[content]
(try
(rewrite/parse-string content)
(catch js/Error e