Skip to content

Commit 7255310

Browse files
Update review counts
1 parent 0a0e16d commit 7255310

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

src/data/reviewer-count-monthly.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ export const review_counts_monthly: ReviewCount[] = [
1111
name: "Alystrasz",
1212
count: 1,
1313
},
14+
{
15+
url: "https://github.com/catornot",
16+
name: "catornot",
17+
count: 1,
18+
},
1419
{
1520
url: "https://github.com/GeckoEidechse",
1621
name: "GeckoEidechse",
17-
count: 4,
22+
count: 3,
1823
},
1924
{
2025
url: "https://github.com/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/Zanieon",
11-
name: "Zanieon",
10+
url: "https://github.com/catornot",
11+
name: "catornot",
1212
count: 1,
1313
},
1414
]

src/data/reviewer-count.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const review_counts_total: ReviewCount[] = [
5959
{
6060
url: "https://github.com/catornot",
6161
name: "catornot",
62-
count: 32,
62+
count: 33,
6363
},
6464
{
6565
url: "https://github.com/cpdt",

0 commit comments

Comments
 (0)