Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
WindzCUHK committed Nov 9, 2022
1 parent 90a86e7 commit 8755561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handler/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (t *transport) RoundTrip(r *http.Request) (*http.Response, error) {

p, err := t.prov.Authorize(r, r.Method, r.URL.Path)
if err != nil {
glg.Infof("Got unathorizated access: %s %s", r.Method, r.URL.String())
return nil, errors.Wrap(err, ErrMsgUnverified)
}

Expand Down

0 comments on commit 8755561

Please sign in to comment.