Fix Sunday daily bug

This commit is contained in:
2022-08-30 19:41:24 +00:00
parent 129335ac59
commit c0ba3d4127
2 changed files with 6 additions and 4 deletions

View File

@@ -7,13 +7,13 @@
(+
(.join (for day days
(case day
(0 "Su")
(1 "M")
(2 "T")
(3 "W")
(4 "Th")
(5 "F")
(6 "S")
(7 "Su")
(otherwise (throw "bad day")))) "")
" "
lastDayDone