We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f153678 commit fc54bcdCopy full SHA for fc54bcd
src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs
@@ -154,7 +154,6 @@ protected override void SetTags(OpenApiOperation operation)
154
private void GenerateTagName(out string tagName, int skip = 1)
155
{
156
var targetSegment = Path.Segments.Reverse().Skip(skip).FirstOrDefault();
157
- targetSegment = null;
158
159
switch (targetSegment)
160
0 commit comments