fix(web): keep contributor stats current

This commit is contained in:
Hunter Bown
2026-05-12 15:32:01 -05:00
parent ad70655bbb
commit 9fb3d5d636
2 changed files with 33 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const FALLBACK_STATS: RepoStats = {
forks: 0,
openIssues: 0,
openPulls: 0,
contributors: 1,
contributors: 69,
fetchedAt: new Date().toISOString(),
};