Skip to content

Commit

Permalink
Remove test parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Apr 22, 2024
1 parent edac6a8 commit ae0af54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Api/Assets/CollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function getAssets(#[MapQueryString] Parameters $parameters): JsonRespons
{
$assetQuery = $this->filterService->applyFilters(
$parameters,
'test'
FilterServiceInterface::TYPE_ASSET
);

$result = $this->assetSearchService->searchAssets($assetQuery);
Expand Down

0 comments on commit ae0af54

Please sign in to comment.