fix(potions): remove EVENT

This commit is contained in:
Sabe Jones
2024-04-01 19:04:57 -05:00
parent 69c0488335
commit 8b9b79db8e

View File

@@ -400,13 +400,9 @@ const premium = {
value: 2,
text: t('hatchingPotionRoseGold'),
limited: true,
event: EVENTS.potions202402,
_addlNotes: t('eventAvailability', {
date: t('dateEndFebruary'),
}),
canBuy () {
return moment().isBetween(EVENTS.potions202402.start, EVENTS.potions202402.end);
},
},
};