From 18d6066849c4192e04e6f2b2cab1846339bc7224 Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Mon, 15 Jun 2026 02:13:33 -0300 Subject: [PATCH] data: update match 12 result and stats (SWE 5-1 TUN) Co-Authored-By: Claude Opus 4.8 --- 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 ca7c054..bbf139a 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-14-rev3'; +const DATA_VERSION = '2026-06-15-rev1'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 3ede08b..7711a4a 100644 --- a/data/results.json +++ b/data/results.json @@ -122,9 +122,14 @@ }, { "matchId": 12, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 5, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 49, "away": 51 }, + "shots": { "home": 17, "away": 5 }, + "cards": { "home": 0, "away": 1 } + } }, { "matchId": 13,