mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
Add initial tests on property handler
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
(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!
|
||||
(defn replace-key-with-id
|
||||
[repo m]
|
||||
(if (config/db-based-graph? repo)
|
||||
(db-property-handler/replace-key-with-id! m)
|
||||
m))
|
||||
(db-property-handler/replace-key-with-id m)
|
||||
m))
|
||||
|
||||
Reference in New Issue
Block a user