Skip to content

Commit

Permalink
Remove uneccesary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Nov 8, 2023
1 parent 44a43ca commit 1d079c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ func (h *ContainerRegistryServiceHandler) CreateDockerCredentials(ctx context.Co
req.URL.RawQuery = queryParam.Encode()

creds := new(ContainerRegistryDockerCredentials)
// TODO return *http.Response to maintain API
resp, errResp := h.client.DoWithContext(ctx, req, &creds)
if errResp != nil {
return nil, nil, errResp
Expand Down

0 comments on commit 1d079c9

Please sign in to comment.