From c937671fdd7baa406481464857191bd9c46b5d69 Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Mon, 15 Jun 2026 22:41:26 -0300 Subject: [PATCH] data: update 15/06/2026 22:00 KSAxURU 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 744ec0b..482085f 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-rev3'; +const DATA_VERSION = '2026-06-15-rev4'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 542bc0f..82117ac 100644 --- a/data/results.json +++ b/data/results.json @@ -155,9 +155,14 @@ }, { "matchId": 15, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 1, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 33, "away": 67 }, + "shots": { "home": 7, "away": 28 }, + "cards": { "home": 1, "away": 0 } + } }, { "matchId": 16,