oh no
This commit is contained in:
parent
b9816c88b9
commit
5c0113e972
1 changed files with 1 additions and 0 deletions
1
site.js
1
site.js
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue