1
1
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:
Lunny Xiao
2021-08-14 19:17:10 +08:00
committed by GitHub
parent bbf9f41354
commit 74d75eb69c
3 changed files with 17 additions and 17 deletions

View File

@ -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,
})
}