This commit is contained in:
biglyderv 2025-02-01 01:18:14 -05:00
parent 5f40a1bbcd
commit 457558183d

View file

@ -129,7 +129,7 @@ async function rounder(users, data, mode) {
endn = endn.concat(dh.following, dh.followers);
}
endn = [...new Set(endn)];
endn.length = userLimit;
if (mode) endn.length = userLimit;
return endn;
}