data: update 15/06/2026 22:00 KSAxURU 1x1

This commit is contained in:
Lucas Kalil 2026-06-15 22:41:26 -03:00
parent 425c27fa37
commit c937671fdd
2 changed files with 9 additions and 4 deletions

View file

@ -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;

View file

@ -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,