From 8afbcac9c55d80c1b5c9fe5b4c389594ae95b2bb Mon Sep 17 00:00:00 2001 From: Lucas Kalil Date: Tue, 16 Jun 2026 18:59:14 -0300 Subject: [PATCH] data: update 16/06/2026 19:00 FRAxSEN 3x1 --- 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 5ffd540..3aa6a40 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-16-rev1'; +const DATA_VERSION = '2026-06-16-rev2'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 6dd1069..af80da7 100644 --- a/data/results.json +++ b/data/results.json @@ -177,9 +177,14 @@ }, { "matchId": 17, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 3, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 54, "away": 46 }, + "shots": { "home": 11, "away": 6 }, + "cards": { "home": 0, "away": 0 } + } }, { "matchId": 18,