diff options
Diffstat (limited to 'routers/private')
-rw-r--r-- | routers/private/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/private/hook.go b/routers/private/hook.go index 4bed86f38a..40edcd9c5a 100644 --- a/routers/private/hook.go +++ b/routers/private/hook.go @@ -668,7 +668,7 @@ func HookProcReceive(ctx *gitea_context.PrivateContext) { return } - ctx.JSON(http.StatusOK, private.HockProcReceiveResult{ + ctx.JSON(http.StatusOK, private.HookProcReceiveResult{ Results: results, }) } |