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 00:05 ARGxALG 3x0
This commit is contained in:
parent
12275b8bcb
commit
1312d2327a
2 changed files with 9 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ import { initStats } from './stats.js';
|
||||||
|
|
||||||
let data = null;
|
let data = null;
|
||||||
|
|
||||||
const DATA_VERSION = '2026-06-16-rev2';
|
const DATA_VERSION = '2026-06-16-rev4';
|
||||||
|
|
||||||
export async function loadData() {
|
export async function loadData() {
|
||||||
if (data) return data;
|
if (data) return data;
|
||||||
|
|
|
||||||
|
|
@ -199,9 +199,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 19,
|
"matchId": 19,
|
||||||
"homeScore": null,
|
"homeScore": 3,
|
||||||
"awayScore": null,
|
"awayScore": 0,
|
||||||
"status": "scheduled"
|
"status": "finished",
|
||||||
|
"stats": {
|
||||||
|
"possession": { "home": 48, "away": 52 },
|
||||||
|
"shots": { "home": 10, "away": 7 },
|
||||||
|
"cards": { "home": 0, "away": 0 }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 20,
|
"matchId": 20,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue