did i really use the wrong thing here
This commit is contained in:
parent
03adc50206
commit
d3e31661c5
1 changed files with 1 additions and 1 deletions
2
rank.js
2
rank.js
|
@ -13,7 +13,7 @@ function rankCalc(result, iterations = 10) {
|
|||
matrixe[unn][unn] = 1;
|
||||
frs[unn] = result[unn].followers;
|
||||
fng[unn] = result[unn].following;
|
||||
fnc[unn] = Object.keys(fng[unn]).length;
|
||||
fnc[unn] = Object.keys(frs[unn]).length;
|
||||
pr[unn] = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue