mirror of
https://github.com/logseq/logseq.git
synced 2026-05-21 11:22:44 +00:00
fix: lint
This commit is contained in:
@@ -167,10 +167,6 @@
|
||||
(not (mobile-util/native-platform?))))
|
||||
(def web-platform? nfs?)
|
||||
(def plugin-platform? (or (and web-platform? (not common-config/PUBLISHING)) (electron?)))))
|
||||
#?(:cljs
|
||||
(defn file-protocol?
|
||||
[]
|
||||
(string/starts-with? js/window.location.href "file://")))
|
||||
|
||||
#?(:cljs
|
||||
(def format common-util/format))
|
||||
|
||||
Reference in New Issue
Block a user