mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +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',
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue