Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Jan 19, 2023
1 parent 86dd3b6 commit f74ccdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integrations/mediawiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f74ccdc

Please sign in to comment.