Skip to content

Commit 54ee6a3

Browse files
committed
fixing
1 parent 16ffff6 commit 54ee6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/DataProvider/Product/SearchCriteriaBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ private function preparePriceAggregation(SearchCriteriaInterface $searchCriteria
195195
private function addFilter(
196196
SearchCriteriaInterface $searchCriteria,
197197
string $field,
198-
$value,
198+
$value,
199199
?string $condition = null
200200
): void {
201201
$filter = $this->filterBuilder

0 commit comments

Comments
 (0)