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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,
})
}