From 084dec58a9f21d4b8c3d7598479d4c58c86c909a Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Fri, 29 Jan 2021 11:01:46 +0100 Subject: [PATCH] Remove unused variable --- scripts/lib/github-reviews.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib/github-reviews.js b/scripts/lib/github-reviews.js index 87f9597..3b210f8 100644 --- a/scripts/lib/github-reviews.js +++ b/scripts/lib/github-reviews.js @@ -25,7 +25,6 @@ module.exports = class GithubReviews { } async getReviewContributions (repos, startDate, endDate) { - let pulls = []; let reviewContributions = {} await Promise.all(repos.map(async (repo) => {