From fbd042d4ee91823290ba71188feac73314139219 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 18 Nov 2022 08:06:15 +0100 Subject: [PATCH] :bug: Remove not working chrono-units on duration constructor --- backend/src/app/util/time.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/src/app/util/time.clj b/backend/src/app/util/time.clj index 69da4c847f..8c9e4f0994 100644 --- a/backend/src/app/util/time.clj +++ b/backend/src/app/util/time.clj @@ -39,9 +39,7 @@ :seconds ChronoUnit/SECONDS :minutes ChronoUnit/MINUTES :hours ChronoUnit/HOURS - :days ChronoUnit/DAYS - :weeks ChronoUnit/WEEKS - :months ChronoUnit/MONTHS))) + :days ChronoUnit/DAYS))) ;; --- DURATION