1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

#1064: X-Gogs-Event header is empty

This commit is contained in:
Unknwon
2015-03-18 04:51:02 -04:00
parent 49aeb87e44
commit 82f7a01ded
4 changed files with 21 additions and 25 deletions

View File

@ -205,7 +205,7 @@ func IsValidHookTaskType(name string) bool {
type HookEventType string
const (
PUSH HookEventType = "push"
HOOK_EVENT_PUSH HookEventType = "push"
)
// FIXME: just use go-gogs-client structs maybe?