mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Fix spelling of HookProcReceiveResult (#16690)
This commit is contained in:
@ -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,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user