mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
Add tests to check for correct food content populating
This commit is contained in:
@@ -78,7 +78,7 @@ export function getRepeatingEvents (date) {
|
||||
const endDate = eventData.end.replace('1970', momentDate.year());
|
||||
|
||||
return momentDate.isBetween(startDate, endDate);
|
||||
});
|
||||
}).map(eventKey => REPEATING_EVENTS[eventKey]);
|
||||
}
|
||||
|
||||
export const EVENTS = {
|
||||
|
||||
Reference in New Issue
Block a user