mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 20:56:12 +02:00
🐛 Clean fdata from nils
This commit is contained in:
parent
2e6d57e57d
commit
f66228c19d
4 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue