We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e549b25 commit 96211bbCopy full SHA for 96211bb
api/pkg/validators/message_handler_validator.go
@@ -81,7 +81,6 @@ func (validator MessageHandlerValidator) ValidateMessageSend(ctx context.Context
81
Rules: govalidator.MapData{
82
"to": []string{
83
"required",
84
- phoneNumberRule,
85
},
86
"from": []string{
87
@@ -135,7 +134,6 @@ func (validator MessageHandlerValidator) ValidateMessageBulkSend(ctx context.Con
135
134
136
"max:50",
137
"min:1",
138
- multiplePhoneNumberRule,
139
140
141
0 commit comments