This commit is contained in:
Dobromir Popov
2024-04-02 01:37:26 +03:00
parent aa0a2ac373
commit eb7aa228e7

View File

@ -594,7 +594,7 @@ export async function filterPublishers(selectFields, searchText, filterDate, fet
// This includes availabilities from previous assignments but not with preference
{
dayOfMonth: null, // includes monthly and weekly repeats
dayofweek: dayOfWeekEnum,
dayofweek: dayOfWeekEnum
// ToDo: and weekOfMonth
//startTime: { gte: currentMonthStart },
}