data: update match 13 result and stats (ESP 0-0 CPV)

This commit is contained in:
Lucas Kalil 2026-06-15 15:34:48 -03:00
parent ad6d7ea616
commit 8886dcf098
2 changed files with 9 additions and 4 deletions

View file

@ -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;