Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jul 27, 2020
1 parent 9173770 commit 5ba4a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kotsadm/pkg/handlers/troubleshoot.go
Expand Up @@ -137,7 +137,6 @@ func ListSupportBundles(w http.ResponseWriter, r *http.Request) {

// we don't currently have roles, all valid tokens are valid sessions
if sess == nil || sess.ID == "" {
logger.Error(err)
w.WriteHeader(401)
return
}
Expand Down

0 comments on commit 5ba4a0d

Please sign in to comment.