Added season generation
This commit is contained in:
@@ -113,6 +113,7 @@ class MatchService {
|
||||
}
|
||||
});
|
||||
if (!season) {
|
||||
await Season.create({ season: seasonString });
|
||||
throw new Error('Season not found');
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user