diff options
Diffstat (limited to 'models/webhook.go')
-rw-r--r-- | models/webhook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/webhook.go b/models/webhook.go index bffddb359f..4b5501715a 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -76,7 +76,7 @@ type HookEvent struct { type HookStatus int const ( - HOOK_STATUS_NONE = iota + HookStatusNone = iota HookStatusSucceed HookStatusFail ) |