Compare commits

1 Commits

Author SHA1 Message Date
eb3fd7799d Bug fix 2025-09-02 08:49:01 -07:00

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;