summaryrefslogtreecommitdiffstats
path: root/web/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'web/web.go')
-rw-r--r--web/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web.go b/web/web.go
index 31b9005e5..c7a7b8666 100644
--- a/web/web.go
+++ b/web/web.go
@@ -1022,7 +1022,7 @@ func incomingWebhook(c *api.Context, w http.ResponseWriter, r *http.Request) {
params := mux.Vars(r)
id := params["id"]
- hchan := api.Srv.Store.Webhook().GetIncoming(id)
+ hchan := api.Srv.Store.Webhook().GetIncoming(c.T, id)
r.ParseForm()