fix
All checks were successful
CI/CD Pipeline / Build and Push App Docker Image (push) Successful in 3m0s
CI/CD Pipeline / Build and Push PocketBase Docker Image (push) Successful in 8s
CI/CD Pipeline / Deploy to Kubernetes (push) Successful in 45s

This commit is contained in:
yohlo
2026-03-01 21:46:59 -06:00
parent 8f84dddc64
commit c138442530
2 changed files with 4 additions and 4 deletions

View File

@@ -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;