From ae95812269d823c6c9cd4879b94abb87d4bbde4f Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Tue, 16 Jun 2026 00:24:04 -0300 Subject: [PATCH] data: update 16/06/2026 01:00 IRNxNZL 2x2 --- 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 4b12e59..cd4acd8 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-rev4'; +const DATA_VERSION = '2026-06-16-rev1'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 82117ac..6dd1069 100644 --- a/data/results.json +++ b/data/results.json @@ -166,9 +166,14 @@ }, { "matchId": 16, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 2, + "awayScore": 2, + "status": "finished", + "stats": { + "possession": { "home": 48, "away": 52 }, + "shots": { "home": 4, "away": 8 }, + "cards": { "home": 1, "away": 0 } + } }, { "matchId": 17,