mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-29 02:07:15 +00:00
fix(event): correct start time for non-event
This commit is contained in:
parent
1413f1d9f5
commit
d089848f59
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const gemsPromo = {
|
|||
|
||||
export const EVENTS = {
|
||||
noCurrentEvent2021: {
|
||||
start: '2021-04-30T08:00-05:00',
|
||||
start: '2021-04-30T20:00-05:00',
|
||||
end: '2021-08-23T08:00-05:00',
|
||||
season: 'normal',
|
||||
npcImageSuffix: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue