fix: normalize reversed tx-data

This commit is contained in:
Tienson Qin
2026-01-19 21:11:50 +08:00
parent d27a492f2e
commit 52b690b6a5
11 changed files with 72 additions and 72 deletions

View File

@@ -15,7 +15,7 @@
(mapcat (fn [{uuid' :block/uuid eid :db/id}]
(if (and uuid' (contains? retain-uuids uuid'))
(map (fn [attr] [:db.fn/retractAttribute eid attr]) file-schema/retract-attributes)
(when eid [[:db.fn/retractEntity eid]])))
(when eid [[:db/retractEntity eid]])))
blocks))
(defn- get-file-page