fix: scheduled and deadlines no long works

This commit is contained in:
Tienson Qin
2023-04-04 00:43:58 +08:00
parent 0352a14486
commit f7f2a26fa6
3 changed files with 24 additions and 16 deletions

View File

@@ -496,7 +496,7 @@ should be done through this fn in order to get global config and config defaults
(defn get-scheduled-future-days
[]
(let [days (:scheduled/future-days (get-config))]
(or (when (int? days) days) 0)))
(or (when (int? days) days) 14)))
(defn get-start-of-week
[]