mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
fix(event): 30 days hath July? uh, no
This commit is contained in:
parent
2c03c114da
commit
9f9b0c73c3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
|
||||
currentSeason: 'Summer',
|
||||
|
||||
dateRange: { start: '2019-06-18', end: '2019-07-30' },
|
||||
dateRange: { start: '2019-06-18', end: '2019-07-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.summer,
|
||||
|
|
|
|||
Loading…
Reference in a new issue