Skip to content

Commit

Permalink
Update SettlementReportOrchestration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes committed Sep 24, 2024
1 parent bdc114a commit ff29703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public async Task<string> OrchestrateSettlementReport(

context.SetCustomStatus(new OrchestrateSettlementReportMetadata { OrchestrationProgress = 10 });

var generatedFiles = new ConcurrentBag<GeneratedSettlementReportFileDto>();
var generatedFiles = new List<GeneratedSettlementReportFileDto>();
var orderedResults = scatterResults
.OrderBy(x => x.PartialFileInfo.FileOffset)
.ThenBy(x => x.PartialFileInfo.ChunkOffset)
Expand Down

0 comments on commit ff29703

Please sign in to comment.