Skip to content
Snippets Groups Projects
Commit eda6aa0f authored by kuzdogan's avatar kuzdogan
Browse files

Fix cron syntax

parent d884e29c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ const logger = require('./logger'); ...@@ -14,7 +14,7 @@ const logger = require('./logger');
// * 13 */5 * * ==> every fifth day of the month at 13:00 5th, 10th, 15th... // * 13 */5 * * ==> every fifth day of the month at 13:00 5th, 10th, 15th...
// //
// schedule.scheduleJob('* 13 * * * 1', checkValidatorsAndSendEmails); schedule.scheduleJob('* 13 * * 1', checkValidatorsAndSendEmails);
function checkValidatorsAndSendEmails() { function checkValidatorsAndSendEmails() {
getValidatorArray() getValidatorArray()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment