mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🐛 Don't mark as touched temporal file
This commit is contained in:
parent
dead3138b3
commit
ecd491cd09
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@
|
|||
(sto/put-object {:content (sto/content data)
|
||||
:content-type mtype
|
||||
:reference :file-media-object
|
||||
:touched-at (dt/now)
|
||||
:expired-at (dt/in-future {:minutes 30})}))))
|
||||
|
||||
;; NOTE: we use the `on conflict do update` instead of `do nothing`
|
||||
|
|
Loading…
Reference in a new issue