Remove unused variable
This commit is contained in:
parent
9a4e465608
commit
084dec58a9
@ -25,7 +25,6 @@ module.exports = class GithubReviews {
|
|||||||
}
|
}
|
||||||
|
|
||||||
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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user