fix: tests broken by previous commit

This commit is contained in:
Gabriel Horner
2025-02-04 09:24:03 -05:00
parent c4fee6bdeb
commit 379752dc03

View File

@@ -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 {})))