fix: [AH-471]: fixed package type filter (#2829)

* 



fixed package type filter
pull/3576/head
Pragyesh Mishra 2024-10-18 11:31:33 +00:00 committed by Harness
parent c3221fb0ff
commit d21176e612
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func (c *APIController) GetAllRegistries(
r artifact.GetAllRegistriesRequestObject,
) (artifact.GetAllRegistriesResponseObject, error) {
registryRequestParams := &RegistryRequestParams{
packageTypesParam: nil,
packageTypesParam: r.Params.PackageType,
page: r.Params.Page,
size: r.Params.Size,
search: r.Params.SearchTerm,