Remove unused variable

This commit is contained in:
Basti 2021-01-28 13:05:36 +01:00
parent 93d7c8944b
commit 9a4e465608
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -24,7 +24,6 @@ module.exports = class GiteaReviews {
} }
async getReviewContributions (repos, startDate, endDate) { async getReviewContributions (repos, startDate, endDate) {
let pulls = [];
let reviewContributions = {} let reviewContributions = {}
await Promise.all(repos.map(async (repo) => { await Promise.all(repos.map(async (repo) => {