data: update 16/06/2026 01:00 IRNxNZL 2x2

This commit is contained in:
Lucas Kalil 2026-06-16 00:24:04 -03:00
parent e488b7c77f
commit ae95812269
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-rev4';
const DATA_VERSION = '2026-06-16-rev1';
export async function loadData() {
if (data) return data;

View file

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