mirror of
https://github.com/LukeHagar/stats-action.git
synced 2025-12-06 04:21:26 +00:00
Update index.ts
This commit is contained in:
@@ -375,7 +375,7 @@ try {
|
||||
}
|
||||
|
||||
const repoContribStats = stats.find(
|
||||
(contributor) => contributor.author?.login === username
|
||||
(contributor) => contributor?.author?.login === username
|
||||
);
|
||||
|
||||
if (repoContribStats?.weeks)
|
||||
|
||||
Reference in New Issue
Block a user