Skip to content

Commit

Permalink
Fix error handling typo (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Nov 29, 2022
1 parent 9d0acbb commit 609aed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (p *Plugin) handleWebhook(w http.ResponseWriter, r *http.Request) {
}

if errHandler != nil {
p.API.LogDebug("Error when handling webhook event", "err", err)
p.API.LogDebug("Error when handling webhook event", "err", errHandler)
return
}

Expand Down

0 comments on commit 609aed6

Please sign in to comment.