mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update match 8 results and stats (AUS 2-0 TUR)
- Match 8 finished: Australia 2-0 Turkey - Added statistics: possession 28/72, shots 9/30, cards 0/1 - Verified in preview with correct modal display - Updated project memory with refresh entry and sources - Bumped DATA_VERSION to 2026-06-14-rev1 for cache busting
This commit is contained in:
parent
0f5889d8d6
commit
74fa8603f4
3 changed files with 17 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ import { initBracket } from './bracket.js';
|
|||
|
||||
let data = null;
|
||||
|
||||
const DATA_VERSION = '2026-06-13-rev1';
|
||||
const DATA_VERSION = '2026-06-14-rev1';
|
||||
|
||||
export async function loadData() {
|
||||
if (data) return data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue