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 f5716c8 commit 365ecbd
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]) => ({
index,
total: total.total,
weeks: Object.entries(total.weeks),
weeks: Object.keys(total.weeks),
author: Object.values(total.author)[0]
}))
)
Expand Down

0 comments on commit 365ecbd

Please sign in to comment.