Updated data.js

This commit is contained in:
Simon Einzinger 2024-11-10 14:12:44 +01:00
parent e8a707b75c
commit c0a50e547d

View file

@ -122,6 +122,20 @@ export const games = [
team1: "DJK Saarbrücken-Rastpfuhl", team1: "DJK Saarbrücken-Rastpfuhl",
team2: "TV Brebach", team2: "TV Brebach",
host: 1, host: 1,
results: {
sets: {
1: [22, 25],
2: [22, 25],
3: [16, 25],
},
additional_data: [
{
type: "YouTube",
title: "Replay",
url: "https://www.youtube.com/watch?v=7vRUhVHEAcQ",
},
],
},
}, },
{ {
date: "2024-11-09", date: "2024-11-09",
@ -130,6 +144,20 @@ export const games = [
team1: "DJK Saarbrücken-Rastpfuhl", team1: "DJK Saarbrücken-Rastpfuhl",
team2: "TV 06 Limbach", team2: "TV 06 Limbach",
host: 1, host: 1,
results: {
sets: {
1: [20, 25],
2: [22, 25],
3: [23, 25],
},
additional_data: [
{
type: "YouTube",
title: "Replay",
url: "https://youtu.be/L4yv4clg-XQ",
},
],
},
}, },
{ {
date: "2024-11-30", date: "2024-11-30",