Skip to content

Commit 0a0e16d

Browse files
Update review counts
1 parent 6c17b01 commit 0a0e16d

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

src/data/reviewer-count-monthly.ts

+5-10
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,19 @@ export const review_counts_monthly: ReviewCount[] = [
1111
name: "Alystrasz",
1212
count: 1,
1313
},
14-
{
15-
url: "https://github.com/ASpoonPlaysGames",
16-
name: "ASpoonPlaysGames",
17-
count: 1,
18-
},
1914
{
2015
url: "https://github.com/GeckoEidechse",
2116
name: "GeckoEidechse",
22-
count: 6,
17+
count: 4,
2318
},
2419
{
25-
url: "https://github.com/RoyalBlue1",
26-
name: "RoyalBlue1",
20+
url: "https://github.com/uniboi",
21+
name: "uniboi",
2722
count: 1,
2823
},
2924
{
30-
url: "https://github.com/uniboi",
31-
name: "uniboi",
25+
url: "https://github.com/Zanieon",
26+
name: "Zanieon",
3227
count: 1,
3328
},
3429
]

src/data/reviewer-count-weekly.ts

+2-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ export interface ReviewCount {
77
}
88
export const review_counts_weekly: ReviewCount[] = [
99
{
10-
url: "https://github.com/GeckoEidechse",
11-
name: "GeckoEidechse",
12-
count: 3,
13-
},
14-
{
15-
url: "https://github.com/uniboi",
16-
name: "uniboi",
10+
url: "https://github.com/Zanieon",
11+
name: "Zanieon",
1712
count: 1,
1813
},
1914
]

src/data/reviewer-count.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ export const review_counts_total: ReviewCount[] = [
224224
{
225225
url: "https://github.com/Zanieon",
226226
name: "Zanieon",
227-
count: 20,
227+
count: 21,
228228
},
229229
]

0 commit comments

Comments
 (0)