This commit is contained in:
Paul Schneider 2022-12-17 01:29:22 +00:00
commit 282b0277ae
10 changed files with 51 additions and 34 deletions

View file

@ -287,7 +287,7 @@ namespace isnd.Services
);
}
public IEnumerable<PackageVersion> GetCatalogLeaf(string pkgId, string semver, string pkgType)
public IEnumerable<PackageVersion> GetCatalogLeaf(string pkgId, string semver=null, string pkgType=null)
{
return dbContext.PackageVersions
.Include(v => v.Package)