Skip to content

Commit

Permalink
feat: Ensuring prompt is returning right day of week
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetabhk committed Sep 12, 2024
1 parent 195cba0 commit b5ddf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/integration_helper/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit b5ddf15

Please sign in to comment.