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