From 1181444bd2e300ab90896d5f097d647148afc22a Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 6 Jan 2024 23:33:08 +0100 Subject: [PATCH] oops --- pkg/apiclient/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apiclient/auth.go b/pkg/apiclient/auth.go index aa3c5763f8c..9ea2565e71e 100644 --- a/pkg/apiclient/auth.go +++ b/pkg/apiclient/auth.go @@ -150,7 +150,7 @@ func (r retryRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) } } - return resp, nil + return resp, err } type JWTTransport struct {