Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikelee committed Nov 20, 2024
1 parent 1cdd864 commit 5f9e61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/vulnerabilities/msrc/parsed/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (p Products) GetMatchForOS(ctx context.Context, os fleet.OperatingSystem) (
}

if dvMatch == "" && noDvMatch == "" {
return "", ctxerr.Wrap(ctx, ErrNoMatch, os.Version)
return "", ctxerr.Wrap(ctx, ErrNoMatch)
}

if dvMatch == "" {
Expand Down

0 comments on commit 5f9e61b

Please sign in to comment.