mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Fix merge issue
This commit is contained in:
@@ -862,7 +862,12 @@ export function getAllScheduleMatchingGroups (date) {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (!cachedScheduleMatchers[type]) {
|
||||
return cachedScheduleMatchers;
|
||||
}
|
||||
|
||||
export function getScheduleMatchingGroup (type, date) {
|
||||
const matchingGroups = getAllScheduleMatchingGroups(date);
|
||||
if (!matchingGroups[type]) {
|
||||
// No matchers exist for this type
|
||||
return {
|
||||
items: [],
|
||||
|
||||
Reference in New Issue
Block a user