mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: lint
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
[entries]
|
||||
(let [candidates (filter (fn [{:keys [name dir?]}]
|
||||
(let [name (-> name
|
||||
(string/replace #"\\+" "/")
|
||||
(string/replace #"\+" "/")
|
||||
string/lower-case)]
|
||||
(and (not dir?)
|
||||
(string/ends-with? name "db.sqlite"))))
|
||||
|
||||
Reference in New Issue
Block a user