|
|
|
|
@ -497,7 +497,7 @@ defer { |
|
|
|
|
} else { |
|
|
|
|
let sg = SeedInterval(first: seededTeamsCount + 1, last: seededTeamsCount + targetSpots) |
|
|
|
|
let futureAvailableSeeds = self.seeds(inSeedGroup: sg) |
|
|
|
|
if futureAvailableSeeds.count >= targetSpots { |
|
|
|
|
if futureAvailableSeeds.count == targetSpots { |
|
|
|
|
return seedGroupAvailable(atRoundIndex: roundIndex, availableSeedGroup: sg) |
|
|
|
|
} else { |
|
|
|
|
return nil |
|
|
|
|
|