add service
Some checks failed
Deploy Smart Search Backend / deploy (push) Failing after 13m51s

This commit is contained in:
vallyenfail
2026-01-20 22:30:05 +03:00
parent 8b9554720d
commit 9b4b8bd012
16 changed files with 103 additions and 100 deletions

View File

@@ -83,7 +83,7 @@ func ValidatePassword(password string) error {
func ValidatePhone(phone string) error {
if phone == "" {
return errors.NewBusinessError(errors.ValidationInvalidPhone, "phone is required")
return nil
}
if len(phone) > MaxPhoneLength {