diff --git a/apps/backend/modules/matchs/actions/actions.class.php b/apps/backend/modules/matchs/actions/actions.class.php index 8fcc3555..b9b1d436 100644 --- a/apps/backend/modules/matchs/actions/actions.class.php +++ b/apps/backend/modules/matchs/actions/actions.class.php @@ -1078,7 +1078,7 @@ private function fetchTournament(ToornamentAPI $api, $tournamentId) ); } - $games = $api->get("v1/tournaments/" . $tournamentId . "/matches?with_games=1&sort=schedule", array(), true); + $games = $api->get("v1/tournaments/" . $tournamentId . "/matches?with_games=1&sort=schedule&has_result=0", array(), true); foreach ($games as $match) { $matches['stages'][$match['stage_number']]['matches'][] = $match; }