Skip to content

Commit

Permalink
fix linter (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribice committed Apr 15, 2024
1 parent 1492d37 commit bf970d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http/sentryhttp.go
Expand Up @@ -99,7 +99,6 @@ func (h *Handler) HandleFunc(handler http.HandlerFunc) http.HandlerFunc {

func (h *Handler) handle(handler http.Handler) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {

ctx := r.Context()
hub := sentry.GetHubFromContext(ctx)
if hub == nil {
Expand Down

0 comments on commit bf970d1

Please sign in to comment.