Skip to content

Commit

Permalink
Reverts collection literal implementation breaking build (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinesunday authored Feb 5, 2024
1 parent 93c5300 commit d16fce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected override void SetBasicInfo(OpenApiOperation operation)
// in the operationId to avoid potential
// duplicates in entity vs entityset functions/actions

List<string> identifiers = [];
List<string> identifiers = new();
foreach (ODataSegment segment in Path.Segments)
{
if (segment is ODataKeySegment keySegment)
Expand Down

0 comments on commit d16fce9

Please sign in to comment.