0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fix problem with uploading temp files

This commit is contained in:
alonso.torres 2024-04-05 12:16:44 +02:00 committed by Andrés Moya
parent 24c9bcf944
commit 43faa06ac0

View file

@ -134,6 +134,9 @@
file))
file)]
;; Delete changes from the changes history
(db/delete! conn :file-change {:file-id id})
(db/update! conn :file
{:deleted-at nil
:revn 1