From 111add1ed62a2746ad8256f3b5147fe8c473bd34 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 24 Jul 2024 08:40:31 +0200 Subject: [PATCH] :bug: Fix issue on merging stanging to develop --- backend/src/app/srepl/main.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/srepl/main.clj b/backend/src/app/srepl/main.clj index 98cb5b9cb..a5f002b8d 100644 --- a/backend/src/app/srepl/main.clj +++ b/backend/src/app/srepl/main.clj @@ -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})))