Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 1, 2024
1 parent aa578a9 commit b4b54c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ class GithubUser {
const contributors = contributorsResults.flatMap(result => result.data);
octokit.log.debug("✅ contributors hasOwn:login :", Object.entries(contributors).map(([index, total, weeks]) => ({
index,
total,
weeks
total: total.total,
weeks: total.weeks
}))
)
const authenticate = (element => element.author ? element.author.login === username : '')
Expand Down

0 comments on commit b4b54c9

Please sign in to comment.