From 095952d1b173329a4dad2635acaf2d4a1f18d9de Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sat, 19 Sep 2026 16:53:18 -0400 Subject: [PATCH] bug: live match cards never see per-round T/CT scores Guest select on match_map_rounds only returned Finished and Surrendered maps, so a live 9-7 had nothing to build the side split from. Include in-progress map statuses so the existing match page can show [T:CT] during the game. Co-authored-by: Cursor --- .../databases/default/tables/public_match_map_rounds.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hasura/metadata/databases/default/tables/public_match_map_rounds.yaml b/hasura/metadata/databases/default/tables/public_match_map_rounds.yaml index b28c795bc..c7a095f0a 100644 --- a/hasura/metadata/databases/default/tables/public_match_map_rounds.yaml +++ b/hasura/metadata/databases/default/tables/public_match_map_rounds.yaml @@ -56,6 +56,12 @@ select_permissions: match_map: status: _in: + - Knife + - Live + - Paused + - Overtime + - WaitingForTV + - UploadingDemo - Finished - Surrendered comment: ""