i forgot to fix this
This commit is contained in:
parent
de30b02aa4
commit
ea713643da
1 changed files with 1 additions and 1 deletions
2
rank.js
2
rank.js
|
@ -10,7 +10,7 @@ function rankCalc(result, iterations = 10, main = [], domain_mode = false) {
|
|||
|
||||
let rl = Object.keys(result).length;
|
||||
for (let unn in result) {
|
||||
let v = false;
|
||||
let v = true;
|
||||
if (domain_mode) {
|
||||
v = false;
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue