Fix spelling of HookProcReceiveResult (#16690)
This commit is contained in:
parent
bbf9f41354
commit
74d75eb69c
3 changed files with 17 additions and 17 deletions
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue