fix: db graph cljs tests need repeatable idents

Also remove unused ldb fn
This commit is contained in:
Gabriel Horner
2025-05-16 11:44:16 -04:00
parent 28675be54b
commit a0ee41ca86
5 changed files with 2 additions and 23 deletions

View File

@@ -445,11 +445,6 @@ independent of format as format specific heading characters are stripped"
[page-name]
(ldb/journal? (ldb/get-page (conn/get-db) page-name)))
(defn get-classes-with-property
"Get classes which have given property as a class property"
[property-id]
(ldb/get-classes-with-property (conn/get-db) property-id))
(defn get-all-referenced-blocks-uuid
"Get all uuids of blocks with any back link exists."
[]