From b5ddf15566b3c5c29af4483740bc83f58449549f Mon Sep 17 00:00:00 2001 From: Shwetabh Kumar Date: Thu, 12 Sep 2024 15:14:07 +0530 Subject: [PATCH] feat: Ensuring prompt is returning right day of week --- apps/integration_helper/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/integration_helper/prompt.py b/apps/integration_helper/prompt.py index 9f92c90..95ba3fc 100644 --- a/apps/integration_helper/prompt.py +++ b/apps/integration_helper/prompt.py @@ -108,7 +108,7 @@ "schedule_is_enabled": true, "emails_selected": [], "day_of_month": null, - "day_of_week": null, + "day_of_week": null, // If not null should always be CAPITALIZED (MONDAY, TUESDAY, etc.) "frequency": "DAILY", "time_of_day": "12:00:00" }