mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 13:14:39 +00:00
chore: remove property condition that is no longer used
This commit is contained in:
@@ -165,8 +165,7 @@
|
||||
(fn [a]
|
||||
(when-let [ns (namespace a)]
|
||||
(and
|
||||
(or (= "logseq.task" ns)
|
||||
(string/starts-with? ns "logseq.property")
|
||||
(or (string/starts-with? ns "logseq.property")
|
||||
(string/ends-with? ns ".property"))
|
||||
(= :db.cardinality/one (:db/cardinality (db-schema a)))))) a-coll)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user