mirror of
https://github.com/penpot/penpot.git
synced 2025-04-12 23:11:23 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@
|
|||
file)
|
||||
|
||||
params (-> file
|
||||
(dissoc :deleted-at)
|
||||
(update :features db/encode-pgarray conn "text")
|
||||
(update :data blob/encode))]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue