Commit 6c17b01 1 parent e85382b commit 6c17b01 Copy full SHA for 6c17b01
File tree 3 files changed +20
-10
lines changed
3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,16 @@ export const review_counts_monthly: ReviewCount[] = [
19
19
{
20
20
url : "https://github.com/GeckoEidechse" ,
21
21
name : "GeckoEidechse" ,
22
- count : 3 ,
22
+ count : 6 ,
23
23
} ,
24
24
{
25
25
url : "https://github.com/RoyalBlue1" ,
26
26
name : "RoyalBlue1" ,
27
27
count : 1 ,
28
28
} ,
29
+ {
30
+ url : "https://github.com/uniboi" ,
31
+ name : "uniboi" ,
32
+ count : 1 ,
33
+ } ,
29
34
]
Original file line number Diff line number Diff line change @@ -7,8 +7,13 @@ export interface ReviewCount {
7
7
}
8
8
export const review_counts_weekly : ReviewCount [ ] = [
9
9
{
10
- url : "https://github.com/Alystrasz" ,
11
- name : "Alystrasz" ,
10
+ url : "https://github.com/GeckoEidechse" ,
11
+ name : "GeckoEidechse" ,
12
+ count : 3 ,
13
+ } ,
14
+ {
15
+ url : "https://github.com/uniboi" ,
16
+ name : "uniboi" ,
12
17
count : 1 ,
13
18
} ,
14
19
]
Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ export const review_counts_total: ReviewCount[] = [
71
71
name : "Dinorush" ,
72
72
count : 1 ,
73
73
} ,
74
+ {
75
+ url : "https://github.com/dr3murr" ,
76
+ name : "dr3murr" ,
77
+ count : 1 ,
78
+ } ,
74
79
{
75
80
url : "https://github.com/EladNLG" ,
76
81
name : "EladNLG" ,
@@ -99,7 +104,7 @@ export const review_counts_total: ReviewCount[] = [
99
104
{
100
105
url : "https://github.com/GeckoEidechse" ,
101
106
name : "GeckoEidechse" ,
102
- count : 643 ,
107
+ count : 646 ,
103
108
} ,
104
109
{
105
110
url : "https://github.com/H0L0theBard" ,
@@ -166,11 +171,6 @@ export const review_counts_total: ReviewCount[] = [
166
171
name : "pg9182" ,
167
172
count : 78 ,
168
173
} ,
169
- {
170
- url : "https://github.com/r3muxd" ,
171
- name : "r3muxd" ,
172
- count : 1 ,
173
- } ,
174
174
{
175
175
url : "https://github.com/RoyalBlue1" ,
176
176
name : "RoyalBlue1" ,
@@ -204,7 +204,7 @@ export const review_counts_total: ReviewCount[] = [
204
204
{
205
205
url : "https://github.com/uniboi" ,
206
206
name : "uniboi" ,
207
- count : 77 ,
207
+ count : 78 ,
208
208
} ,
209
209
{
210
210
url : "https://github.com/VITALISED" ,
You can’t perform that action at this time.
0 commit comments