mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
wip: fix property-related tests
This commit is contained in:
@@ -68,9 +68,3 @@
|
||||
(db-property-handler/batch-remove-property! repo block-ids key)
|
||||
(db-property-handler/batch-set-property! repo block-ids key value))
|
||||
(file-property-handler/batch-set-block-property! block-ids key value)))
|
||||
|
||||
(defn replace-key-with-id
|
||||
[repo m]
|
||||
(if (config/db-based-graph? repo)
|
||||
(db-property-handler/replace-key-with-id m)
|
||||
m))
|
||||
|
||||
Reference in New Issue
Block a user