Skip to content

Commit ad5846e

Browse files
Update review counts
1 parent 8151e20 commit ad5846e

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/data/reviewer-count-monthly.ts

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ export const review_counts_monthly: ReviewCount[] = [
1616
name: "ASpoonPlaysGames",
1717
count: 1,
1818
},
19-
{
20-
url: "https://github.com/catornot",
21-
name: "catornot",
22-
count: 1,
23-
},
2419
{
2520
url: "https://github.com/GeckoEidechse",
2621
name: "GeckoEidechse",

src/data/reviewer-count-weekly.ts

-10
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,4 @@ export interface ReviewCount {
66
count: number;
77
}
88
export const review_counts_weekly: ReviewCount[] = [
9-
{
10-
url: "https://github.com/Alystrasz",
11-
name: "Alystrasz",
12-
count: 2,
13-
},
14-
{
15-
url: "https://github.com/ASpoonPlaysGames",
16-
name: "ASpoonPlaysGames",
17-
count: 1,
18-
},
199
]

0 commit comments

Comments
 (0)