Remove unused variable

This commit is contained in:
galfert 2021-01-29 11:01:46 +01:00
parent 9a4e465608
commit 084dec58a9
No known key found for this signature in database
GPG Key ID: 942831AA5471AB49

View File

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