diff --git a/repo_hooks.go b/repo_hooks.go index 85a0256..4bd4006 100644 --- a/repo_hooks.go +++ b/repo_hooks.go @@ -18,7 +18,7 @@ var ( ) type Hook struct { - Id int64 `json:"id"` + ID int64 `json:"id"` Type string `json:"type"` Events []string `json:"events"` Active bool `json:"active"`