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