Skip to content

Commit 7be32fc

Browse files
committed
Revert "Update src/Microsoft.OpenApi/Reader/V31/OpenApiSchemaDeserializer.cs"
This reverts commit 146b44f.
1 parent 146b44f commit 7be32fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Reader/V31/OpenApiSchemaDeserializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public static OpenApiSchema LoadSchema(ParseNode node, OpenApiDocument hostDocum
257257
foreach (var propertyNode in mapNode)
258258
{
259259
bool isRecognized = _openApiSchemaFixedFields.ContainsKey(propertyNode.Name) ||
260-
_openApiSchemaPatternFields.Any(static p => p.Key(propertyNode.Name));
260+
_openApiSchemaPatternFields.Any(p => p.Key(propertyNode.Name));
261261

262262
if (isRecognized)
263263
{

0 commit comments

Comments
 (0)