Skip to content

Commit

Permalink
updated async param handling
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Aug 15, 2024
1 parent 5df952f commit 4a08dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/reader/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func (s *Service) queryInBatches(ctx context.Context, session *Session, aView *v
wg := &sync.WaitGroup{}
db, err := aView.Db()
if err != nil {
return err
return fmt.Errorf("failed to get db: %w", err)
}

var metaErr error
Expand Down

0 comments on commit 4a08dca

Please sign in to comment.