a
This commit is contained in:
parent
8d984c57fa
commit
bb09cb9258
1 changed files with 1 additions and 1 deletions
2
rank.js
2
rank.js
|
@ -117,5 +117,5 @@ function rankCalc(result, iterations = 10) {
|
|||
dat = dat.sort((a, b) => a[1] - b[1])
|
||||
|
||||
let srz = JSON.stringify(dat);
|
||||
writeFile(`./users.json`,srz,'utf8');
|
||||
await writeFile(`./users.json`,srz,'utf8');
|
||||
})()
|
||||
|
|
Loading…
Reference in a new issue