Merge branch 'production' of github.com:ClicksMinutePer/clicks.codes into production
diff --git a/pages/api/season.js b/pages/api/season.js
index acfb310..fe3e262 100644
--- a/pages/api/season.js
+++ b/pages/api/season.js
@@ -37,7 +37,7 @@
     } else {
         // Calculate how many days it has been since each season ended
         let days = Object.keys(dates).map((str) => daysSinceDate(dates[str][1]))
-        currentDaysIntoSeason = Math.min(...days);
+        currentDaysIntoSeason = Math.min(...days) - 1;
     }
 
     return {