mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Rename HookQueue to hookQueue (#8778)
* Rename HookQueue to hookQueue * fix lint
This commit is contained in:
@@ -137,7 +137,7 @@ func TestHook(ctx *context.APIContext) {
|
||||
ctx.Error(500, "PrepareWebhook: ", err)
|
||||
return
|
||||
}
|
||||
go webhook.HookQueue.Add(ctx.Repo.Repository.ID)
|
||||
|
||||
ctx.Status(204)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user