Removed the reverseLists function call, which reverses the scrapbyday values
This commit is contained in:
parent
b76fe99aa9
commit
6c8788dae5
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user