Remove cron test

This commit is contained in:
2025-10-23 15:45:30 -05:00
parent 1040250928
commit 4306d69558
2 changed files with 15 additions and 23 deletions

View File

@@ -12,14 +12,6 @@ crons.cron(
api.statuses.automaticLunch,
);
crons.cron(
// Run at 7:00 AM CST / 8:00 AM CDT
// Only on weekdays
'Schedule Automatic Lunches Test',
'25 18 * * 1-5',
api.statuses.automaticLunch,
);
crons.cron(
'End of shift (weekdays 5pm CT)',
// Run at 4:00 PM CST / 5:00 PM CDT