This commit is contained in:
biglyderv 2025-01-31 18:30:42 -05:00
parent b9816c88b9
commit 5c0113e972

View file

@ -167,6 +167,7 @@ async function siteCollector(user, path, site, useLimit) {
await Promise.all(p); await Promise.all(p);
for (let u of users) { for (let u of users) {
if (!u) continue;
let { following, followers } = u; let { following, followers } = u;
if (!following || !followers) continue; if (!following || !followers) continue;
for (let f of followers) { for (let f of followers) {