Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinesunday committed Oct 1, 2024
1 parent f153678 commit fc54bcd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ protected override void SetTags(OpenApiOperation operation)
private void GenerateTagName(out string tagName, int skip = 1)
{
var targetSegment = Path.Segments.Reverse().Skip(skip).FirstOrDefault();
targetSegment = null;

switch (targetSegment)
{
Expand Down

0 comments on commit fc54bcd

Please sign in to comment.