summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-27 01:04:23 +0800
committerUnknwon <u@gogs.io>2015-08-27 01:04:23 +0800
commitc08600c59b8fb8d5f03fadacddb1140bc994ae94 (patch)
tree29be86d5e607203d9ba68e0af58ae04c4cea0ea1 /modules
parent4217c2333cf9ac29af611df9826cc4b5198241fe (diff)
downloadgitea-c08600c59b8fb8d5f03fadacddb1140bc994ae94.tar.gz
gitea-c08600c59b8fb8d5f03fadacddb1140bc994ae94.zip
new edit webhook UI
Diffstat (limited to 'modules')
-rw-r--r--modules/auth/repo_form.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index a0700e821a..21a6cfda34 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -66,7 +66,6 @@ func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) bi
// \/ \/ \/ \/ \/ \/
type WebhookForm struct {
- HookType string `binding:"Required"`
PushOnly bool
Active bool
}