diff --git a/api/app/lib/schedule/timor_holiday.js b/api/app/lib/schedule/timor_holiday.js index 804eda8..3898ab4 100644 --- a/api/app/lib/schedule/timor_holiday.js +++ b/api/app/lib/schedule/timor_holiday.js @@ -5,7 +5,7 @@ const request = require('superagent'); module.exports = function (app, opts) { const timorHoliday = app.fs.scheduleInit( { - interval: '54 42 4 */7 * * *', + interval: '54 42 4 */7 * *', // immediate: true, proRun: true, },