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