mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 13:16:37 +02: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)
|
file)
|
||||||
|
|
||||||
params (-> file
|
params (-> file
|
||||||
|
(dissoc :deleted-at)
|
||||||
(update :features db/encode-pgarray conn "text")
|
(update :features db/encode-pgarray conn "text")
|
||||||
(update :data blob/encode))]
|
(update :data blob/encode))]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue