Skip to content

Commit 4127835

Browse files
Update review counts
1 parent b79b8ee commit 4127835

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

src/data/reviewer-count-monthly.ts

+3-13
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,24 @@ export interface ReviewCount {
66
count: number;
77
}
88
export const review_counts_monthly: ReviewCount[] = [
9-
{
10-
url: "https://github.com/Alystrasz",
11-
name: "Alystrasz",
12-
count: 2,
13-
},
149
{
1510
url: "https://github.com/ASpoonPlaysGames",
1611
name: "ASpoonPlaysGames",
17-
count: 2,
12+
count: 1,
1813
},
1914
{
2015
url: "https://github.com/GeckoEidechse",
2116
name: "GeckoEidechse",
22-
count: 6,
17+
count: 3,
2318
},
2419
{
2520
url: "https://github.com/NachosChipeados",
2621
name: "NachosChipeados",
27-
count: 6,
22+
count: 3,
2823
},
2924
{
3025
url: "https://github.com/RoyalBlue1",
3126
name: "RoyalBlue1",
3227
count: 1,
3328
},
34-
{
35-
url: "https://github.com/Zanieon",
36-
name: "Zanieon",
37-
count: 2,
38-
},
3929
]

src/data/reviewer-count-weekly.ts

-10
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,9 @@ export interface ReviewCount {
66
count: number;
77
}
88
export const review_counts_weekly: ReviewCount[] = [
9-
{
10-
url: "https://github.com/ASpoonPlaysGames",
11-
name: "ASpoonPlaysGames",
12-
count: 1,
13-
},
149
{
1510
url: "https://github.com/GeckoEidechse",
1611
name: "GeckoEidechse",
17-
count: 2,
18-
},
19-
{
20-
url: "https://github.com/RoyalBlue1",
21-
name: "RoyalBlue1",
2212
count: 1,
2313
},
2414
]

src/data/reviewer-count.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const review_counts_total: ReviewCount[] = [
9999
{
100100
url: "https://github.com/GeckoEidechse",
101101
name: "GeckoEidechse",
102-
count: 642,
102+
count: 643,
103103
},
104104
{
105105
url: "https://github.com/H0L0theBard",

0 commit comments

Comments
 (0)