Commit 4127835 1 parent b79b8ee commit 4127835 Copy full SHA for 4127835
File tree 3 files changed +4
-24
lines changed
3 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -6,34 +6,24 @@ export interface ReviewCount {
6
6
count : number ;
7
7
}
8
8
export const review_counts_monthly : ReviewCount [ ] = [
9
- {
10
- url : "https://github.com/Alystrasz" ,
11
- name : "Alystrasz" ,
12
- count : 2 ,
13
- } ,
14
9
{
15
10
url : "https://github.com/ASpoonPlaysGames" ,
16
11
name : "ASpoonPlaysGames" ,
17
- count : 2 ,
12
+ count : 1 ,
18
13
} ,
19
14
{
20
15
url : "https://github.com/GeckoEidechse" ,
21
16
name : "GeckoEidechse" ,
22
- count : 6 ,
17
+ count : 3 ,
23
18
} ,
24
19
{
25
20
url : "https://github.com/NachosChipeados" ,
26
21
name : "NachosChipeados" ,
27
- count : 6 ,
22
+ count : 3 ,
28
23
} ,
29
24
{
30
25
url : "https://github.com/RoyalBlue1" ,
31
26
name : "RoyalBlue1" ,
32
27
count : 1 ,
33
28
} ,
34
- {
35
- url : "https://github.com/Zanieon" ,
36
- name : "Zanieon" ,
37
- count : 2 ,
38
- } ,
39
29
]
Original file line number Diff line number Diff line change @@ -6,19 +6,9 @@ export interface ReviewCount {
6
6
count : number ;
7
7
}
8
8
export const review_counts_weekly : ReviewCount [ ] = [
9
- {
10
- url : "https://github.com/ASpoonPlaysGames" ,
11
- name : "ASpoonPlaysGames" ,
12
- count : 1 ,
13
- } ,
14
9
{
15
10
url : "https://github.com/GeckoEidechse" ,
16
11
name : "GeckoEidechse" ,
17
- count : 2 ,
18
- } ,
19
- {
20
- url : "https://github.com/RoyalBlue1" ,
21
- name : "RoyalBlue1" ,
22
12
count : 1 ,
23
13
} ,
24
14
]
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export const review_counts_total: ReviewCount[] = [
99
99
{
100
100
url : "https://github.com/GeckoEidechse" ,
101
101
name : "GeckoEidechse" ,
102
- count : 642 ,
102
+ count : 643 ,
103
103
} ,
104
104
{
105
105
url : "https://github.com/H0L0theBard" ,
You can’t perform that action at this time.
0 commit comments