···83838484 // Wait for all check batches to complete
8585 const batchResults = await Promise.all(checkBatches);
8686- existingFollows = batchResults.flat();
8686+ existingFollows = batchResults.flat().filter(Boolean);
87878888 // Filter follows to only include those that exist in identities table
8989 const insertBatchSize = 100;