From 088489ad60ba5138f3781023acc2e0ff17c88caf Mon Sep 17 00:00:00 2001 From: milankomaj Date: Thu, 1 Aug 2024 20:10:40 +0200 Subject: [PATCH] --- src/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.js b/src/github.js index f7fafae..54225b9 100644 --- a/src/github.js +++ b/src/github.js @@ -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) })) )