mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update match 13 result and stats (ESP 0-0 CPV)
This commit is contained in:
parent
ad6d7ea616
commit
8886dcf098
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-rev1';
|
||||
const DATA_VERSION = '2026-06-15-rev2';
|
||||
|
||||
export async function loadData() {
|
||||
if (data) return data;
|
||||
|
|
|
|||
|
|
@ -133,9 +133,14 @@
|
|||
},
|
||||
{
|
||||
"matchId": 13,
|
||||
"homeScore": null,
|
||||
"awayScore": null,
|
||||
"status": "scheduled"
|
||||
"homeScore": 0,
|
||||
"awayScore": 0,
|
||||
"status": "finished",
|
||||
"stats": {
|
||||
"possession": { "home": 74, "away": 26 },
|
||||
"shots": { "home": 27, "away": 6 },
|
||||
"cards": { "home": 1, "away": 1 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"matchId": 14,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue