This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user