Compare commits
1 Commits
7739ff03a2
...
09-02-a
Author | SHA1 | Date | |
---|---|---|---|
eb3fd7799d |
@ -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;
|
||||
|
Reference in New Issue
Block a user