Skip to content

Commit 5606983

Browse files
Update review counts
1 parent 7255310 commit 5606983

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,11 +6,6 @@ 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-
},
149
{
1510
url: "https://github.com/catornot",
1611
name: "catornot",
@@ -21,6 +16,11 @@ export const review_counts_monthly: ReviewCount[] = [
2116
name: "GeckoEidechse",
2217
count: 3,
2318
},
19+
{
20+
url: "https://github.com/NachosChipeados",
21+
name: "NachosChipeados",
22+
count: 1,
23+
},
2424
{
2525
url: "https://github.com/uniboi",
2626
name: "uniboi",

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/catornot",
11-
name: "catornot",
10+
url: "https://github.com/NachosChipeados",
11+
name: "NachosChipeados",
1212
count: 1,
1313
},
1414
]

src/data/reviewer-count.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const review_counts_total: ReviewCount[] = [
154154
{
155155
url: "https://github.com/NachosChipeados",
156156
name: "NachosChipeados",
157-
count: 12,
157+
count: 13,
158158
},
159159
{
160160
url: "https://github.com/NoCatt",

0 commit comments

Comments
 (0)