mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix(lint): var used by testcase
This commit is contained in:
@@ -440,7 +440,7 @@
|
||||
(defn- contains-path? [regexps path]
|
||||
(reduce #(when (re-find %2 path) (reduced true)) false regexps))
|
||||
|
||||
(defn- ignored?
|
||||
(defn ignored?
|
||||
"Whether file is ignored when syncing."
|
||||
[path]
|
||||
(->
|
||||
|
||||
Reference in New Issue
Block a user