Skip to content

Commit a2696e9

Browse files
committed
fix: 659
Merged PR 221: Fix report Related work items: #659
1 parent 5c0e33d commit a2696e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Presentation/PortaleFatture.BE.Api/Modules/pagoPA/FinancialReports/Extensions/FinancialReportsExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public static FinancialReportsQuarterByIdResponse Map(this GridFinancialReportLi
8888

8989
var psp = psps.PSPs == null ? null : psps.PSPs!.FirstOrDefault();
9090
List<string> checkedReports = [];
91+
//
9192
foreach (var report in financialReport!.Reports!)
9293
checkedReports.Add(report.FileExistsAsync());
9394

0 commit comments

Comments
 (0)