We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687e6eb commit 4886a96Copy full SHA for 4886a96
1 file changed
pkg/http/middleware/pat_scope.go
@@ -40,6 +40,7 @@ func WithPATScopes(logger *slog.Logger, scopeFetcher scopes.FetcherInterface) fu
40
ctx := ghcontext.WithTokenInfo(ctx, tokenInfo)
41
42
next.ServeHTTP(w, r.WithContext(ctx))
43
+ return
44
}
45
46
next.ServeHTTP(w, r)
0 commit comments