Removed the reverseLists function call, which reverses the scrapbyday values

This commit is contained in:
ouellette 2023-11-01 13:30:08 -07:00
parent b76fe99aa9
commit 6c8788dae5

View File

@ -223,7 +223,7 @@ public static class DailyReportHelper
logger.LogCritical(ex, "Failed to retrieve data back from Scrape DB endpoints."); logger.LogCritical(ex, "Failed to retrieve data back from Scrape DB endpoints.");
} }
report.ReverseLists(); //report.ReverseLists();
ManualReportEntries entries = report.ManualReportEntries; ManualReportEntries entries = report.ManualReportEntries;
List<SLLTool> sll = report.SLLTools; List<SLLTool> sll = report.SLLTools;