From c08600c59b8fb8d5f03fadacddb1140bc994ae94 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 27 Aug 2015 01:04:23 +0800 Subject: new edit webhook UI --- modules/auth/repo_form.go | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/auth') 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 } -- cgit v1.2.3