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 d4451e9 commit 526162eCopy full SHA for 526162e
src/Microsoft.OpenApi/Services/OpenApiFilterService.cs
@@ -48,8 +48,6 @@ public static Func<OpenApiOperation, bool> CreatePredicate(string operationIds =
48
{
49
predicate = (o) => o.Tags.Any(t => tagsArray.Contains(t.Name));
50
}
51
-
52
- predicateSource = $"tags: {tags}";
53
54
55
else
0 commit comments