Create contributions instead of proposals #27

Merged
raucao merged 5 commits from feature/26-contributions into master 2019-04-08 13:01:08 +00:00
Showing only changes of commit 0fdd7d0f1c - Show all commits

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);
};