mirror of
https://github.com/penpot/penpot.git
synced 2026-03-22 02:13:27 +00:00
🐛 Fix problem with uploading temp files
This commit is contained in:
committed by
Andrés Moya
parent
24c9bcf944
commit
43faa06ac0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user