Fix /yesterday command buggy

pull/645/head
psdp 2020-10-15 07:23:58 +08:00
parent 47510a1539
commit 85847ce731
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
(defn yesterday (defn yesterday
[] []
(journal-name (t/yesterday))) (journal-name (t/minus (t/today) (t/days 1))))
(defn get-month-last-day (defn get-month-last-day
[] []