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:
parent
a100d1d11a
commit
111add1ed6
1 changed files with 1 additions and 1 deletions
|
@ -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})))
|
||||
|
|
Loading…
Add table
Reference in a new issue