did i really use the wrong thing here

This commit is contained in:
dervperson 2025-01-30 08:21:02 -05:00
parent 03adc50206
commit d3e31661c5

View file

@ -13,7 +13,7 @@ function rankCalc(result, iterations = 10) {
matrixe[unn][unn] = 1; matrixe[unn][unn] = 1;
frs[unn] = result[unn].followers; frs[unn] = result[unn].followers;
fng[unn] = result[unn].following; fng[unn] = result[unn].following;
fnc[unn] = Object.keys(fng[unn]).length; fnc[unn] = Object.keys(frs[unn]).length;
pr[unn] = 1; pr[unn] = 1;
} }