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 94225ed commit 46c0824Copy full SHA for 46c0824
models/webhook/webhook.go
@@ -48,10 +48,7 @@ func DefaultMetaSettings() MetaSettings {
48
49
// DefaultPayloadConfig returns the default payload configuration
50
func DefaultPayloadConfig() PayloadConfig {
51
- return PayloadConfig{
52
- Files: PayloadConfigItem{Enable: false, Limit: 0},
53
- Commits: PayloadConfigItem{Enable: false, Limit: 0},
54
- }
+ return PayloadConfig{}
55
}
56
57
// ErrWebhookNotExist represents a "WebhookNotExist" kind of error.
0 commit comments