Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Jan 6, 2024
1 parent 12a74ac commit 1181444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiclient/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (r retryRoundTripper) RoundTrip(req *http.Request) (*http.Response, error)
}
}

return resp, nil
return resp, err
}

type JWTTransport struct {
Expand Down

0 comments on commit 1181444

Please sign in to comment.