This commit is contained in:
Robin Appelman 2025-04-21 14:16:01 +02:00
commit e71ba3b490
15 changed files with 416 additions and 92 deletions

View file

@ -227,7 +227,11 @@ impl Parser for TeamMatchesParser {
score,
score_opponent,
},
(Some(opponent), _, _, None) => MatchResult::Unknown { opponent },
(Some(opponent), _, _, None) => MatchResult::Unknown {
opponent,
score,
score_opponent,
},
_ => MatchResult::ByeWeek,
};
Ok(TeamSeasonMatch {