mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: scheduled and deadlines no long works
This commit is contained in:
@@ -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
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user