From eb7aa228e75a62b2a8968994f7159419a2fc47c4 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 2 Apr 2024 01:37:26 +0300 Subject: [PATCH] fix typo --- pages/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, }