mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
🐛 Fix unexepected exception on importing binfile
Happens when importing binfile with files that has deleted_at property.
This commit is contained in:
parent
b88ec13448
commit
33da02421e
@ -481,6 +481,7 @@
|
||||
file)
|
||||
|
||||
params (-> file
|
||||
(dissoc :deleted-at)
|
||||
(update :features db/encode-pgarray conn "text")
|
||||
(update :data blob/encode))]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user