🐛 Clean fdata from nils

This commit is contained in:
Andrey Antukh 2023-11-21 11:37:20 +01:00 committed by Andrés Moya
parent 2e6d57e57d
commit f66228c19d
4 changed files with 7 additions and 4 deletions

View file

@ -290,7 +290,8 @@
(-> data
(blob/decode)
(assoc :id (:id file))
(pmg/migrate-data))))
(pmg/migrate-data)
(d/without-nils))))
;; WARNING: this ruins performance; maybe we need to find
;; some other way to do general validation