diff --git a/pages/api/index.ts b/pages/api/index.ts index b6a9da3..a6ee908 100644 --- a/pages/api/index.ts +++ b/pages/api/index.ts @@ -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 }, }