Skip to content

Commit

Permalink
Fix logic that derives which minor versions an action applies to
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Apr 12, 2024
1 parent aa32384 commit f6d5405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void Apply(Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModel ap
{
acceptedVersions.Add(version);
}
else if (epForThisVersion.Action.Attributes.OfType<RemovesFromApiAttribute>().Any())
else
{
break;
}
Expand Down

0 comments on commit f6d5405

Please sign in to comment.