svd
This commit is contained in:
parent
5a882babc6
commit
8d984c57fa
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`,'utf8',srz);
|
||||
writeFile(`./users.json`,srz,'utf8');
|
||||
})()
|
||||
|
|
Loading…
Reference in a new issue