0
Fork 0
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:
Andrey Antukh 2022-02-28 12:07:44 +01:00
parent dead3138b3
commit ecd491cd09

View file

@ -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`