1
0
Fork 0
forked from forgejo/forgejo

#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?