Remove cron test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user