Skip to content

Commit

Permalink
Fix the metadata returned to the API on packagerevisions
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed Nov 14, 2024
1 parent de6212e commit 775fa5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cache/memory/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ func identifyLatestRevisions(result map[repository.PackageRevisionKey]*cachedPac
for _, v := range latest {
v.isLatestRevision = true
}

// If the
}

func toPackageRevisionSlice(cached map[repository.PackageRevisionKey]*cachedPackageRevision, filter repository.ListPackageRevisionFilter) []repository.PackageRevision {
Expand Down

0 comments on commit 775fa5c

Please sign in to comment.