Skip to content

Commit

Permalink
if (Matchers != null)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH authored Jul 17, 2024
1 parent be6b07e commit 95a21f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private double GetMatchScore(IRequestMessage requestMessage)
return MatchScores.Perfect;
}

if (Matchers != null && Matchers.Any())
if (Matchers != null)
{
// Return the score based on Matchers and valuesPresentInRequestMessage
return CalculateScore(Matchers, valuesPresentInRequestMessage);
Expand Down

0 comments on commit 95a21f9

Please sign in to comment.