update date of summer hakken, fix autumn hakken month #30

Merged
b12f merged 3 commits from feature/update-summer-hakken into main 2024-07-07 21:21:12 +00:00
Showing only changes of commit f3fccdaf12 - Show all commits

View file

@ -16,7 +16,7 @@ const getStartAndEnd = (date) => {
Winter: 1,
Spring: 4,
Summer: 7,
Autumn: 11,
Autumn: 10,
}[version];
if (date.override_date) {