mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
fix: lint warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user