mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(event): 30 days hath July? uh, no
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = {
|
|||||||
|
|
||||||
currentSeason: 'Summer',
|
currentSeason: 'Summer',
|
||||||
|
|
||||||
dateRange: { start: '2019-06-18', end: '2019-07-30' },
|
dateRange: { start: '2019-06-18', end: '2019-07-31' },
|
||||||
|
|
||||||
availableSets: [
|
availableSets: [
|
||||||
...SEASONAL_SETS.summer,
|
...SEASONAL_SETS.summer,
|
||||||
|
|||||||
Reference in New Issue
Block a user