fix lint error

This commit is contained in:
Gitea 2018-06-11 18:46:36 -04:00
parent b140525d66
commit f4ef3467b6

View File

@ -248,7 +248,7 @@ func (f *NewDingtalkHookForm) Validate(ctx *macaron.Context, errs binding.Errors
return validate(errs, ctx.Data, f, ctx.Locale)
}
// NewDingtalkHookForm form for creating dingtalk hook
// NewTelegramHookForm form for creating dingtalk hook
type NewTelegramHookForm struct {
PayloadURL string `binding:"Required;ValidUrl"`
WebhookForm