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 f84c071 commit e352709Copy full SHA for e352709
githubapp/dispatcher.go
@@ -96,7 +96,7 @@ type eventDispatcher struct {
96
// dispatcher from configuration using the default error and response
97
// callbacks.
98
func NewDefaultEventDispatcher(c Config, handlers ...EventHandler) http.Handler {
99
- return NewEventDispatcher(handlers, c.App.WebhookSecret, nil)
+ return NewEventDispatcher(handlers, c.App.WebhookSecret)
100
}
101
102
// NewEventDispatcher creates an http.Handler that dispatches GitHub webhook
0 commit comments