Skip to content

Commit e85382b

Browse files
Update review counts
1 parent 25ac00e commit e85382b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/data/reviewer-count-monthly.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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: 1,
13+
},
914
{
1015
url: "https://github.com/ASpoonPlaysGames",
1116
name: "ASpoonPlaysGames",
@@ -16,11 +21,6 @@ export const review_counts_monthly: ReviewCount[] = [
1621
name: "GeckoEidechse",
1722
count: 3,
1823
},
19-
{
20-
url: "https://github.com/NachosChipeados",
21-
name: "NachosChipeados",
22-
count: 3,
23-
},
2424
{
2525
url: "https://github.com/RoyalBlue1",
2626
name: "RoyalBlue1",

src/data/reviewer-count-weekly.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export interface ReviewCount {
77
}
88
export const review_counts_weekly: ReviewCount[] = [
99
{
10-
url: "https://github.com/GeckoEidechse",
11-
name: "GeckoEidechse",
10+
url: "https://github.com/Alystrasz",
11+
name: "Alystrasz",
1212
count: 1,
1313
},
1414
]

src/data/reviewer-count.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const review_counts_total: ReviewCount[] = [
2424
{
2525
url: "https://github.com/Alystrasz",
2626
name: "Alystrasz",
27-
count: 73,
27+
count: 74,
2828
},
2929
{
3030
url: "https://github.com/AnActualEmerald",

0 commit comments

Comments
 (0)