From 7747a1c56214f8b4a7d6918abb7dbc6393787e1a Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Thu, 18 Jun 2026 15:08:06 -0300 Subject: [PATCH] data: update 18/06/2026 16:00 CZExRSA 1x1 --- assets/js/app.js | 2 +- data/results.json | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/assets/js/app.js b/assets/js/app.js index 63debdb..ccb4651 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -15,7 +15,7 @@ import { initStats } from './stats.js'; let data = null; -const DATA_VERSION = '2026-06-18-rev1'; +const DATA_VERSION = '2026-06-18-rev2'; // Optional data layers for the post-tournament stats screen (players, awards, // editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so diff --git a/data/results.json b/data/results.json index 38b2543..aed9aa7 100644 --- a/data/results.json +++ b/data/results.json @@ -265,9 +265,14 @@ }, { "matchId": 25, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 1, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 38, "away": 62 }, + "shots": { "home": 14, "away": 17 }, + "cards": { "home": 1, "away": 2 } + } }, { "matchId": 26,