fix: add missing call to webhook manager
This commit is contained in:
parent
90fbbf94e1
commit
64319ee7d0
|
@ -31,6 +31,7 @@ func (a *webhookApi) handlePullRequest(w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.whm.HandlePullRequest(payload, r)
|
||||||
}
|
}
|
||||||
|
|
||||||
func setupWebhookRoutes(params RouteParams) {
|
func setupWebhookRoutes(params RouteParams) {
|
||||||
|
|
Loading…
Reference in New Issue