a
This commit is contained in:
parent
e31878badb
commit
a152344444
1 changed files with 1 additions and 1 deletions
2
rank.js
2
rank.js
|
@ -70,7 +70,7 @@ function rankCalc(result, iterations = 10) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
new_sum = Object.values(pr).reduce((a, b) => a + b, 0)
|
let new_sum = Object.values(pr).reduce((a, b) => a + b, 0)
|
||||||
|
|
||||||
for (let unn in result) {
|
for (let unn in result) {
|
||||||
h = pr[unn];
|
h = pr[unn];
|
||||||
|
|
Loading…
Reference in a new issue