oops
This commit is contained in:
parent
5f40a1bbcd
commit
457558183d
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -129,7 +129,7 @@ async function rounder(users, data, mode) {
|
||||||
endn = endn.concat(dh.following, dh.followers);
|
endn = endn.concat(dh.following, dh.followers);
|
||||||
}
|
}
|
||||||
endn = [...new Set(endn)];
|
endn = [...new Set(endn)];
|
||||||
endn.length = userLimit;
|
if (mode) endn.length = userLimit;
|
||||||
|
|
||||||
return endn;
|
return endn;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue