possible fix?

This commit is contained in:
biglyderv 2025-02-01 05:34:26 -05:00
parent ea713643da
commit 26a7313626

View file

@ -27,9 +27,8 @@ function rankCalc(result, iterations = 10, main = [], domain_mode = false) {
matrixe[unn] = {};
matrixe[unn][unn] = 1;
frs[unn] = result[unn].followers;
fng[unn] = result[unn].following;
frs[unn] = result[unn].followers|| [];
fng[unn] = result[unn].following || [];
let lf = Object.keys(fng[unn]).length;
if (domain_mode) {