Skip to content

Commit

Permalink
Merge pull request #192 from pYassine/patch-1
Browse files Browse the repository at this point in the history
fix: MONDAY_TO_FRIDAY_AT_4PM at a good time
  • Loading branch information
kamilmysliwiec authored May 20, 2020
2 parents 4c44e57 + 5da9bd2 commit 6545124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enums/cron-expression.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export enum CronExpression {
EVERY_DAY_AT_1PM = '0 13 * * *',
EVERY_DAY_AT_2PM = '0 14 * * *',
EVERY_DAY_AT_3PM = '0 15 * * *',
EVERY_DAY_AT_4PM = '0 15 * * *',
EVERY_DAY_AT_4PM = '0 16 * * *',
EVERY_DAY_AT_5PM = '0 17 * * *',
EVERY_DAY_AT_6PM = '0 18 * * *',
EVERY_DAY_AT_7PM = '0 19 * * *',
Expand Down

0 comments on commit 6545124

Please sign in to comment.