This commit is contained in:
2023-04-21 22:58:16 +00:00
parent 9d2a9af98a
commit ab75b98571

View File

@@ -280,7 +280,6 @@ namespace Sockeye.Biz
var jo = JObject.FromObject(w); var jo = JObject.FromObject(w);
ReportData.Add(jo); ReportData.Add(jo);
} }
batchResults = null;
} }
vc.Clear(); vc.Clear();
return ReportData; return ReportData;
@@ -316,7 +315,6 @@ namespace Sockeye.Biz
var jo = JObject.FromObject(w); var jo = JObject.FromObject(w);
ReportData.Add(jo); ReportData.Add(jo);
} }
batchResults = null;
} }
vc.Clear(); vc.Clear();
return ReportData; return ReportData;