mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix tests
This commit is contained in:
@@ -496,10 +496,9 @@
|
||||
blocks)
|
||||
blocks)
|
||||
blocks (map (fn [block]
|
||||
(let [delete-keys (if with-body?
|
||||
[:block/anchor]
|
||||
[:block/anchor :block/body])]
|
||||
(apply dissoc block delete-keys))) blocks)]
|
||||
(if with-body?
|
||||
block
|
||||
(dissoc block :block/body))) blocks)]
|
||||
(with-path-refs blocks)))
|
||||
|
||||
(defn ^:large-vars/cleanup-todo extract-blocks
|
||||
|
||||
Reference in New Issue
Block a user