Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilo2 committed Oct 15, 2023
1 parent bac7d34 commit fed5112
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 @@ -174,7 +174,7 @@ func (c Cache) postScrapeGallery(ctx context.Context, g ScrapedGallery) (Scraped
if g.URL != nil && len(g.URLs) == 0 {
g.URLs = []string{*g.URL}
}

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

0 comments on commit fed5112

Please sign in to comment.