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 1014b7f commit 088489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class GithubUser {
octokit.log.debug("✅ contributors hasOwn:login :", Object.entries(contributors).map(([index, total, weeks]) => ({
index,
total: total.total,
weeks: Object.values(total.weeks).length(),
weeks: Object.values(total.weeks),
author: Object.values(total.author)
}))
)
Expand Down

0 comments on commit 088489a

Please sign in to comment.