fix: create-today-journal intermittently fails import

Annoying bug that created parent-left conflict failures.
create-today-journal behavior should be revisited at some point
This commit is contained in:
Gabriel Horner
2024-02-16 12:04:24 -05:00
parent 3bf7ee5645
commit e2682c9902
3 changed files with 4 additions and 2 deletions

View File

@@ -55,7 +55,6 @@
(defn- watch-for-date!
[]
(let [f (fn []
#_:clj-kondo/ignore
(let [repo (state/get-current-repo)]
(when (or
(config/db-based-graph? repo)