0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-17 18:21:23 -05:00

🐛 Fix issue on merging stanging to develop

This commit is contained in:
Andrey Antukh 2024-07-24 08:40:31 +02:00
parent a100d1d11a
commit 111add1ed6

View file

@ -752,7 +752,7 @@
{:deleted deleted :total total})))]
(let [path (fs/path path)
deleted-at (dt/minus (dt/now) cf/deletion-delay)]
deleted-at (dt/minus (dt/now) (cf/get-deletion-delay))]
(when-not (fs/exists? path)
(throw (ex-info "path does not exists" {:path path})))