From 8886dcf098e12d6a0240027695ec8b872a041476 Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Mon, 15 Jun 2026 15:34:48 -0300 Subject: [PATCH] data: update match 13 result and stats (ESP 0-0 CPV) --- 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 65ea87f..f4e2cb4 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-15-rev1'; +const DATA_VERSION = '2026-06-15-rev2'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 7711a4a..5a8d106 100644 --- a/data/results.json +++ b/data/results.json @@ -133,9 +133,14 @@ }, { "matchId": 13, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 0, + "awayScore": 0, + "status": "finished", + "stats": { + "possession": { "home": 74, "away": 26 }, + "shots": { "home": 27, "away": 6 }, + "cards": { "home": 1, "away": 1 } + } }, { "matchId": 14,