mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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
|
// No matchers exist for this type
|
||||||
return {
|
return {
|
||||||
items: [],
|
items: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user