Remove obsolete code

This commit is contained in:
Râu Cao
2023-01-19 14:59:01 +08:00
parent 86dd3b6979
commit f74ccdc7ff

View File

@@ -112,14 +112,10 @@ module.exports = async function(robot, kredits) {
}
async function createContributions (changes) {
let promises = [];
for (const user of Object.keys(changes)) {
await createContributionForUserChanges(user, changes[user]);
await sleep(60000);
}
return Promise.resolve();
}
function pageTitlesFromChanges(changes) {