···353353 return nil
354354}
355355356356-// processRecord processes a single record using the default processor.
357357-func (b *BackfillWorker) processRecord(ctx context.Context, did, collection string, record *atproto.Record) error {
358358- return b.processRecordWith(ctx, b.processor, did, collection, record)
359359-}
360360-361356// processRecordWith processes a single record using the given processor.
362357// This allows backfillRepo to use a transactional processor while other callers use the default.
363358func (b *BackfillWorker) processRecordWith(ctx context.Context, proc *Processor, did, collection string, record *atproto.Record) error {