Compare commits
No commits in common. "bb09cb9258b40661b4d1dbf9fe66c396ca80f3e6" and "5a882babc642c6d62ac1bf2367f46491e9457f3f" have entirely different histories.
bb09cb9258
...
5a882babc6
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])
|
dat = dat.sort((a, b) => a[1] - b[1])
|
||||||
|
|
||||||
let srz = JSON.stringify(dat);
|
let srz = JSON.stringify(dat);
|
||||||
await writeFile(`./users.json`,srz,'utf8');
|
writeFile(`./users.json`,'utf8',srz);
|
||||||
})()
|
})()
|
||||||
|
|
Loading…
Reference in a new issue