We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8349408 commit b55dfd0Copy full SHA for b55dfd0
routers/api/v1/admin/hooks.go
@@ -48,7 +48,7 @@ func ListHooks(ctx *context.APIContext) {
48
// "200":
49
// "$ref": "#/responses/HookList"
50
51
- //for compatibility the default value is true
+ // for compatibility the default value is true
52
isSystemWebhook := optional.Some(true)
53
typeValue := ctx.FormString("type")
54
if typeValue == "default" {
0 commit comments