mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
fix(mobile): empty event in world state
This commit is contained in:
parent
3f65353974
commit
5cc3f6e8aa
1 changed files with 4 additions and 9 deletions
|
|
@ -13,18 +13,13 @@ const gemsPromo = {
|
|||
// event gear up until at least the actual end of the event.
|
||||
// Unless we want a precise ending, for example during a Gems sale / promotion.
|
||||
export const EVENTS = {
|
||||
fall2020SecondPromo: {
|
||||
start: '2020-10-29T08:00-04:00',
|
||||
end: '2020-11-02T20:00-05:00',
|
||||
gemsPromo,
|
||||
},
|
||||
fall2020Interim: {
|
||||
start: '2020-09-30T20:00-04:00',
|
||||
end: '2020-10-29T08:00-04:00',
|
||||
noCurrentEvent: {
|
||||
start: '2020-10-31T20:00-04:00',
|
||||
end: '2020-12-17T08:00-04:00',
|
||||
},
|
||||
fall2020: {
|
||||
start: '2020-09-22T08:00-04:00',
|
||||
end: '2020-09-30T20:00-04:00',
|
||||
end: '2020-10-31T20:00-04:00',
|
||||
gemsPromo,
|
||||
},
|
||||
// Dates from this point on (^) are in the RFC 2822 format, see https://momentjs.com/docs/#/parsing/string/
|
||||
|
|
|
|||
Loading…
Reference in a new issue