🐛 Clean fdata from nils

This commit is contained in:
Andrey Antukh 2023-11-21 11:37:20 +01:00
parent 055d8fecea
commit c25f240857
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