Skip to content

Commit

Permalink
fix: Contributors data is now displayed correctly (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenth-crew authored May 23, 2024
1 parent 38da12a commit 0902967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const metricNameMap = new Map([
['activity', 'activity'],
['openrank', 'openrank'],
['participant', 'participants'],
['contributor', 'new_contributors'],
['contributor', 'contributors'],
['forks', 'technical_fork'],
['stars', 'stars'],
['issues_opened', 'issues_new'],
Expand Down

0 comments on commit 0902967

Please sign in to comment.