Completed matches scheduling
This commit is contained in:
@@ -58,7 +58,7 @@ async function resetTournament() {
|
||||
console.log('🏆 Creating new tournament...');
|
||||
const tournament = await prisma.tournament.create({
|
||||
data: {
|
||||
name: 'Championship Tournament',
|
||||
name: 'Spring Championship 2024',
|
||||
date: new Date(),
|
||||
location: 'Main Arena'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user