Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Oct 16, 2023
1 parent 5293ffe commit e0255fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scraper/postprocessing.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (c Cache) postScrapeGallery(ctx context.Context, g ScrapedGallery) (Scraped
if g.URL != nil && len(g.URLs) == 0 {
g.URLs = []string{*g.URL}
}

r := c.repository
if err := r.WithReadTxn(ctx, func(ctx context.Context) error {
pqb := r.PerformerFinder
Expand Down

0 comments on commit e0255fb

Please sign in to comment.