Skip to content

Commit

Permalink
ci: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
carstendietrich committed Oct 16, 2023
1 parent 6a8253c commit 4b52eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cart/application/cartService.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ func (cs *CartService) UpdateItemBundleConfig(ctx context.Context, session *web.
return nil
}

// nolint:wrapcheck // error wrapped in the code above, no need to wrap twice
//nolint:wrapcheck // error wrapped in the code above, no need to wrap twice
func (cs *CartService) getBundleWithActiveChoices(_ context.Context, product productDomain.BasicProduct, bundleConfig productDomain.BundleConfiguration) (productDomain.BasicProduct, error) {
var err error

Expand Down

0 comments on commit 4b52eb8

Please sign in to comment.