wip league admin tools
This commit is contained in:
@@ -61,7 +61,8 @@ export class RacingLeagueFactory {
|
||||
settings: config,
|
||||
createdAt,
|
||||
// Start with some participants for ranked leagues to meet minimum requirements
|
||||
participantCount: i % 3 === 0 ? 12 : i % 3 === 1 ? 8 : 0,
|
||||
// Note: ranked leagues require >= 10 participants (see LeagueVisibility)
|
||||
participantCount: i % 3 === 0 ? 12 : 0,
|
||||
};
|
||||
|
||||
// Add social links with varying completeness
|
||||
|
||||
Reference in New Issue
Block a user