mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 06:31:39 +02: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})))]
|
{:deleted deleted :total total})))]
|
||||||
|
|
||||||
(let [path (fs/path path)
|
(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)
|
(when-not (fs/exists? path)
|
||||||
(throw (ex-info "path does not exists" {:path path})))
|
(throw (ex-info "path does not exists" {:path path})))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue