Fix accidental commenting of cron schedule

This commit is contained in:
Basti 2019-04-08 15:00:24 +02:00
parent 1e0d637c26
commit 0fdd7d0f1c
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -176,7 +176,6 @@ module.exports = async function(robot, kredits) {
.then(() => updateTimestampForNextFetch());
}
// cron.schedule('0 7 * * *', processWikiChangesSinceLastRun);
processWikiChangesSinceLastRun();
cron.schedule('0 7 * * *', processWikiChangesSinceLastRun);
};