chore: remove property condition that is no longer used

This commit is contained in:
Gabriel Horner
2025-05-06 10:47:20 -04:00
parent 4115457e13
commit 8dd1f1b7af

View File

@@ -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)))