mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -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)
|
(sto/put-object {:content (sto/content data)
|
||||||
:content-type mtype
|
:content-type mtype
|
||||||
:reference :file-media-object
|
:reference :file-media-object
|
||||||
:touched-at (dt/now)
|
|
||||||
:expired-at (dt/in-future {:minutes 30})}))))
|
:expired-at (dt/in-future {:minutes 30})}))))
|
||||||
|
|
||||||
;; NOTE: we use the `on conflict do update` instead of `do nothing`
|
;; NOTE: we use the `on conflict do update` instead of `do nothing`
|
||||||
|
|
Loading…
Reference in a new issue