mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: built-in? helper and most deps tests
Also fix validate script's count
This commit is contained in:
2
deps/db/script/validate_client_db.cljs
vendored
2
deps/db/script/validate_client_db.cljs
vendored
@@ -71,7 +71,7 @@
|
||||
(count (filter #(contains? (:block/type %) "class") ent-maps)) " classes, "
|
||||
(count (filter #(seq (:block/tags %)) ent-maps)) " objects, "
|
||||
(count (filter #(contains? (:block/type %) "property") ent-maps)) " properties and "
|
||||
(count (mapcat db-property/properties ent-maps)) " property values"))
|
||||
(count (filter :property/pair-property ent-maps)) " property pairs"))
|
||||
(validate-client-db @conn ent-maps options)))
|
||||
|
||||
(defn -main [argv]
|
||||
|
||||
Reference in New Issue
Block a user