diff --git a/gatherling/Views/Components/MatchTable.php b/gatherling/Views/Components/MatchTable.php index 1ab60d6a..b0e24de4 100644 --- a/gatherling/Views/Components/MatchTable.php +++ b/gatherling/Views/Components/MatchTable.php @@ -42,9 +42,6 @@ public function __construct(Player $player, string $selectedFormat, string $sele $opponent = new Player($opp); $event = $match->getEvent(); - if (!$event->id) { - throw new NotFoundException("Event not found for match {$match->id}", 0, null, 'Event', [$match->id]); - } $oppRating = $opponent->getRating('Composite', $event->start); $oppDeck = $opponent->getDeckEvent($event->id);