Skip to content

Commit

Permalink
chore(client): Remove redundant function call
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Oct 27, 2020
1 parent 0c09910 commit 557e38b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/v1/registry/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ func decodeTagData(body io.ReadCloser) ([]string, map[string]manifest.Manifest,
return nil, nil, err
}

tagManifests = manifest.MapByTag(tagManifests)

return tagData.TagNames, manifest.MapByTag(tagManifests), nil
}

Expand Down

0 comments on commit 557e38b

Please sign in to comment.