Remove unused variable
This commit is contained in:
parent
93d7c8944b
commit
9a4e465608
@ -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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user