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());
|
.then(() => updateTimestampForNextFetch());
|
||||||
}
|
}
|
||||||
|
|
||||||
// cron.schedule('0 7 * * *', processWikiChangesSinceLastRun);
|
cron.schedule('0 7 * * *', processWikiChangesSinceLastRun);
|
||||||
processWikiChangesSinceLastRun();
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user