fix: üres eredmény

This commit is contained in:
Bukovenszki Tamás 2024-06-15 23:33:25 +02:00
parent e2a9875473
commit f7fbdb7656

View File

@ -47,6 +47,9 @@
{
var values = line.Split(';');
var actualResult = values[1].Split('-');
if (string.IsNullOrEmpty(values[1])) { continue; }
var matchResult = new MatchResult
{
Match = values[0],