mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(event): show NYE card on client
This commit is contained in:
@@ -127,7 +127,7 @@ api.cardTypes = {
|
||||
nye: {
|
||||
key: 'nye',
|
||||
messageOptions: 5,
|
||||
yearRound: moment().isBefore('2022-01-02T20:00-04:00'),
|
||||
yearRound: moment().isBefore('2023-01-02T20:00-05:00'),
|
||||
},
|
||||
thankyou: {
|
||||
key: 'thankyou',
|
||||
|
||||
Reference in New Issue
Block a user