0
Fork 0
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:
Andrey Antukh 2025-02-03 13:10:06 +01:00 committed by Andrés Moya
parent b88ec13448
commit 33da02421e

View file

@ -481,6 +481,7 @@
file)
params (-> file
(dissoc :deleted-at)
(update :features db/encode-pgarray conn "text")
(update :data blob/encode))]