Skip to content

Commit ed56ef0

Browse files
committed
remove comment
1 parent 2286142 commit ed56ef0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth/auth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ func verify(req *http.Request, verifier TokenVerifier, opts *RequireBearerTokenO
9898
if errors.Is(err, ErrOAuth) {
9999
return nil, err.Error(), http.StatusBadRequest
100100
}
101-
// Investigate how that works.
102-
// See typescript-sdk/src/server/auth/middleware/bearerAuth.ts.
103101
return nil, err.Error(), http.StatusInternalServerError
104102
}
105103

0 commit comments

Comments
 (0)