We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d71e3 commit bc15520Copy full SHA for bc15520
1 file changed
internal/config/config_service.go
@@ -23,7 +23,7 @@ func (s Service) VerifyAccessToken(accessToken string, baseURI string) bool {
23
baseURI,
24
)
25
26
- _, err := s.client.MakeRequest(accessToken, "HEAD", path, "application/json", nil, nil)
+ _, err := s.client.MakeRequest(accessToken, "HEAD", path, "application/json", nil, nil, false)
27
28
return err == nil
29
}
0 commit comments