website refactor
This commit is contained in:
@@ -74,7 +74,7 @@ export class GetLeagueScoringConfigUseCase {
|
||||
return (seasonStatus as { toString: () => string }).toString() === 'active';
|
||||
}
|
||||
return false;
|
||||
}) ?? seasons[0];
|
||||
});
|
||||
|
||||
if (!activeSeason) {
|
||||
return Result.err({
|
||||
|
||||
Reference in New Issue
Block a user