File tree 3 files changed +24
-8
lines changed
3 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
" 7971128" ,
3
+ " 464244812" ,
3
4
" hillsonziqiu" ,
4
5
" mozro0327" ,
5
6
" liucy0417" ,
8
9
" zc-githubs" ,
9
10
" Placeholder" ,
10
11
" Levix" ,
12
+ " cyaoyao" ,
13
+ " cengjingeng" ,
11
14
" Erika2001" ,
12
- " LexieLiu01" ,
13
15
" fangyh" ,
14
16
" gitigor107" ,
15
17
" size-of" ,
16
18
" ARe99s" ,
17
19
" zyycode" ,
20
+ " Kuroky-Chen" ,
18
21
" zhangjihu0" ,
19
22
" w-z-hub" ,
20
23
" wanyongtao1988" ,
25
28
" ningali" ,
26
29
" CoreJa" ,
27
30
" LeiLeiW825" ,
28
- " yaofaqian" ,
29
31
" XUHUIisxh" ,
30
32
" peterolive" ,
31
33
" dublue24" ,
36
38
" 125110072@qq.com" ,
37
39
" peacejoylove86" ,
38
40
" dmlseeing" ,
41
+ " sichenguo" ,
39
42
" Endeavor-Gcl" ,
40
43
" S-T-D" ,
41
- " MellonGuan" ,
42
44
" daidaidashixiong666" ,
43
45
" ImSingee" ,
44
- " Siomarry" ,
45
46
" sun-unc" ,
46
47
" youyoumx" ,
48
+ " klaus0323" ,
47
49
" AMANKB" ,
50
+ " threedayAAAAA" ,
48
51
" luckyyangrun" ,
52
+ " Yueqi_19" ,
53
+ " Ben-Lee95" ,
49
54
" a-enll1" ,
50
55
" kernelSue" ,
51
56
" flashyy" ,
52
57
" caimaoy" ,
53
58
" mosihan" ,
54
59
" prhCSer" ,
60
+ " rufengnanren" ,
55
61
" theonebemine" ,
56
- " ZZWHU" ,
62
+ " Dark-volute" ,
63
+ " unclegem" ,
64
+ " feikerwu" ,
57
65
" zeningc" ,
58
66
" Christina-Soda" ,
59
67
" terryxing" ,
62
70
" lsxlsxxslxsl" ,
63
71
" learnprogram2" ,
64
72
" lvhaohua" ,
65
- " fangyinghua" ,
66
73
" for123jth" ,
67
74
" sszqdz" ,
68
- " jenny08"
75
+ " jenny08" ,
76
+ " pingyuoo" ,
77
+ " maggiexie00" ,
78
+ " Clairexia123" ,
79
+ " tr0ublemaker" ,
80
+ " sumray"
69
81
]
Original file line number Diff line number Diff line change 28
28
"pug" : " ^2.0.3"
29
29
},
30
30
"devDependencies" : {
31
- "nodemon" : " ^1.19.1"
31
+ "nodemon" : " ^1.19.1" ,
32
+ "typehole" : " ^1.6.2"
32
33
}
33
34
}
Original file line number Diff line number Diff line change 1
1
const fs = require ( "fs" ) ;
2
2
const path = require ( "path" ) ;
3
+ const typehole = require ( "typehole" ) ;
3
4
const { Octokit } = require ( "@octokit/rest" ) ;
4
5
const { db } = require ( "../../config/index" ) ;
5
6
const users = require ( "./index.json" ) ;
6
7
// const { getDay } = require("../../utils/day");
7
8
const meta = require ( "../meta.json" ) ;
8
9
10
+ typehole . t ( db ) ;
11
+
9
12
async function run ( incremental = true ) {
10
13
const octokit = new Octokit ( { auth : process . env . issueToken } ) ;
11
14
const ps = [ ] ;
You can’t perform that action at this time.
0 commit comments