forked from forgejo/forgejo
Fix invalid struct tags and remove unreachable code.
This commit is contained in:
parent
755eec745f
commit
8023494a94
3 changed files with 2 additions and 3 deletions
|
@ -71,7 +71,7 @@ func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs *binding.Errors, l
|
|||
type NewWebhookForm struct {
|
||||
Url string `form:"url" binding:"Required;Url"`
|
||||
ContentType string `form:"content_type" binding:"Required"`
|
||||
Secret string `form:"secret""`
|
||||
Secret string `form:"secret"`
|
||||
PushOnly bool `form:"push_only"`
|
||||
Active bool `form:"active"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue