This commit is contained in:
2025-09-02 08:49:01 -07:00
parent 7739ff03a2
commit eb3fd7799d

View File

@ -903,7 +903,7 @@ internal class ProcessDataStandardFormat
}
foreach (KeyValuePair<string, List<string>> keyValuePair in results)
{
if (body.Count < 3)
if (body.Count < 2)
break;
if (keyValuePair.Value.Count != body.Count)
continue;