refactor: exclude from fleet when break group

This commit is contained in:
IliaDenisov
2026-02-12 14:32:54 +03:00
parent 87291d2760
commit e8c3411a50
3 changed files with 9 additions and 11 deletions
-1
View File
@@ -14,7 +14,6 @@ var allowedSpecialChars = map[rune]bool{
'_': true,
}
// TODO: router validator
func ValidateTypeName(input string) (string, bool) {
// Trim leading and trailing spaces
trimmed := strings.TrimSpace(input)