Added season generation

This commit is contained in:
Torsten Schulz (server)
2024-09-12 16:12:48 +00:00
parent edccc1fde8
commit ba1be441f1

View File

@@ -113,6 +113,7 @@ class MatchService {
}
});
if (!season) {
await Season.create({ season: seasonString });
throw new Error('Season not found');
}
try {