Skip to content

Commit

Permalink
Update message_handler_validator.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold authored Jan 24, 2025
1 parent b58c793 commit d9f5c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/validators/message_handler_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (validator MessageHandlerValidator) ValidateMessageSearch(ctx context.Conte
"max:20",
},
"token": []string{
"required"
"required",
},
},
})
Expand Down

0 comments on commit d9f5c3a

Please sign in to comment.