Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHagar authored and github-actions[bot] committed Apr 8, 2024
1 parent 80d54e0 commit d7889cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45387,7 +45387,7 @@ try {
else {
stats = resp.data;
}
const repoContribStats = stats.find((contributor) => contributor.author?.login === username);
const repoContribStats = stats.find((contributor) => contributor?.author?.login === username);
if (repoContribStats?.weeks)
contributorStats.push(...repoContribStats.weeks);
}
Expand Down

0 comments on commit d7889cb

Please sign in to comment.