Skip to content

Commit c22d219

Browse files
committed
ACP2E-1238: attributes from GraphQL not translated
- Fixed the CR comments.
1 parent e76e817 commit c22d219

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder/Price.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private function isBucketEmpty(?BucketInterface $bucket): bool
111111
private function getAttributeOptions(AggregationInterface $aggregation, ?int $storeId): array
112112
{
113113
$attributeOptionIds = [];
114-
$attributes = [];
114+
$attributes = [];
115115

116116
$bucket = $aggregation->getBucket(self::PRICE_BUCKET);
117117

0 commit comments

Comments
 (0)