fix: fixup leads
This commit is contained in:
@@ -19,7 +19,7 @@ func NewHandler(store Store) *Handler {
|
||||
|
||||
// createRequest : entrée publique (formulaire vitrine). Validation stricte.
|
||||
type createRequest struct {
|
||||
Telegram string `json:"company" binding:"required,min=2,max=120"`
|
||||
Telegram string `json:"telegram" binding:"required,min=2,max=120"`
|
||||
Message string `json:"message" binding:"max=2000"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user