Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Microsoft.OpenApi.Hidi/OpenApiService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private static OpenApiDocument ApplyFilters(HidiOptions options, ILogger logger,
}
else if (postmanCollection != null)
{
requestUrls = EnumerateJsonDocument(postmanCollection.RootElement, requestUrls);
requestUrls = EnumerateJsonDocument(postmanCollection.RootElement, new());
logger.LogTrace("Finished fetching the list of paths and Http methods defined in the Postman collection.");
}

Expand Down