Create contributions for pull request reviews #64

Merged
galfert merged 5 commits from feature/49-code_review_kredits into master 2021-01-29 10:41:01 +00:00
Showing only changes of commit 9a4e465608 - Show all commits

View File

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