Fix accidental commenting of cron schedule
This commit is contained in:
parent
1e0d637c26
commit
0fdd7d0f1c
@ -176,7 +176,6 @@ module.exports = async function(robot, kredits) {
|
||||
.then(() => updateTimestampForNextFetch());
|
||||
}
|
||||
|
||||
// cron.schedule('0 7 * * *', processWikiChangesSinceLastRun);
|
||||
processWikiChangesSinceLastRun();
|
||||
cron.schedule('0 7 * * *', processWikiChangesSinceLastRun);
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user