mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix: tests
d/transact doesn't accept entities.
This commit is contained in:
@@ -215,7 +215,8 @@
|
||||
page-txs)
|
||||
(build-first-block-tx (:block/uuid (first page-txs)) format))
|
||||
txs (concat
|
||||
parents
|
||||
;; transact doesn't support entities
|
||||
(remove de/entity? parents)
|
||||
page-txs
|
||||
first-block-tx)]
|
||||
(when (seq txs)
|
||||
|
||||
Reference in New Issue
Block a user