fix
This commit is contained in:
@@ -116,7 +116,7 @@ function generateDescription(config: Partial<GroupConfigOption>): string {
|
||||
|
||||
let desc = '';
|
||||
|
||||
if (groups_with_extra && groups_with_extra > 0) {
|
||||
if (groups_with_extra && groups_with_extra > 0 && teams_per_group) {
|
||||
const largerGroupSize = teams_per_group + 1;
|
||||
const smallerGroupCount = num_groups! - groups_with_extra;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user