mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update 16/06/2026 01:00 IRNxNZL 2x2
This commit is contained in:
parent
e488b7c77f
commit
ae95812269
2 changed files with 9 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue