Skip to content

Commit bc15520

Browse files
authored
fix: client request in config service (#310)
1 parent 03d71e3 commit bc15520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/config/config_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func (s Service) VerifyAccessToken(accessToken string, baseURI string) bool {
2323
baseURI,
2424
)
2525

26-
_, err := s.client.MakeRequest(accessToken, "HEAD", path, "application/json", nil, nil)
26+
_, err := s.client.MakeRequest(accessToken, "HEAD", path, "application/json", nil, nil, false)
2727

2828
return err == nil
2929
}

0 commit comments

Comments
 (0)