Remove obsolete code
This commit is contained in:
parent
86dd3b6979
commit
f74ccdc7ff
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user