data: update match 9 results and stats (GER 7-1 CUW)

This commit is contained in:
Lucas Kalil 2026-06-14 16:03:35 -03:00
parent 74fa8603f4
commit ba81e49eac
3 changed files with 18 additions and 4 deletions

View file

@ -14,7 +14,7 @@ import { initBracket } from './bracket.js';
let data = null;
const DATA_VERSION = '2026-06-14-rev1';
const DATA_VERSION = '2026-06-14-rev2';
export async function loadData() {
if (data) return data;