We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc06813 commit e76e817Copy full SHA for e76e817
app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder/Price.php
@@ -111,7 +111,7 @@ private function isBucketEmpty(?BucketInterface $bucket): bool
111
private function getAttributeOptions(AggregationInterface $aggregation, ?int $storeId): array
112
{
113
$attributeOptionIds = [];
114
- $attributes = [];
+ $attributes = [];
115
116
$bucket = $aggregation->getBucket(self::PRICE_BUCKET);
117
0 commit comments