fix(web): keep contributor stats current
This commit is contained in:
@@ -17,7 +17,7 @@ const FALLBACK_STATS: RepoStats = {
|
||||
forks: 0,
|
||||
openIssues: 0,
|
||||
openPulls: 0,
|
||||
contributors: 1,
|
||||
contributors: 69,
|
||||
fetchedAt: new Date().toISOString(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user