Skip to content

Commit bd99933

Browse files
committed
Fix validator
1 parent 67e990c commit bd99933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pkg/validators/phone_handler_validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (validator *PhoneHandlerValidator) ValidateUpsert(_ context.Context, reques
6868
},
6969
Messages: map[string][]string{
7070
"phone_number": {
71-
"regex: The phone_number field must be a valid E.164 phone number: https://en.wikipedia.org/wiki/E.164",
71+
"regex:The phone_number field must be a valid E.164 phone number: https://en.wikipedia.org/wiki/E.164",
7272
},
7373
},
7474
})

0 commit comments

Comments
 (0)