mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 19:58:52 +00:00
fix(event): end AF earlier
This commit is contained in:
parent
ed790c1c4d
commit
8a88d165e6
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export const EVENTS = {
|
|||
},
|
||||
aprilFools2024: {
|
||||
start: '2024-04-01T00:00-04:00',
|
||||
end: '2024-04-02T20:00-04:00',
|
||||
end: '2024-04-02T08:00-04:00',
|
||||
aprilFools: 'Fungi',
|
||||
},
|
||||
spring2024: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue