fix: add missing call to webhook manager

This commit is contained in:
Derrick Hammer 2024-02-11 04:26:08 -05:00
parent 90fbbf94e1
commit 64319ee7d0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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) {