Skip to content

Commit

Permalink
Update review counts (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 20, 2024
1 parent 660789b commit 7678027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 8,
count: 5,
},
{
url: "https://github.com/JMM889901",
Expand All @@ -19,6 +19,6 @@ export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 2,
count: 1,
},
]

0 comments on commit 7678027

Please sign in to comment.