mirror of
https://github.com/logseq/logseq.git
synced 2026-05-22 19:54:05 +00:00
fix: tests broken by previous commit
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
(parse-property-value v)
|
||||
(let [val (parse-property-value v)]
|
||||
(if (coll? val)
|
||||
(set (map #(vector :page %) val))
|
||||
(set (map #(vector :build/page {:block/title %}) val))
|
||||
val)))]))))
|
||||
(into {})))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user