Skip to content

Commit 41ff41d

Browse files
committed
GraphQL-256: [BugFix] Configurable products > Variants > Attributes are empty
-- fix static tests
1 parent 3d7a5d1 commit 41ff41d

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/ConfigurableProductGraphQl/Model/Variant

1 file changed

+0
-1
lines changed

app/code/Magento/ConfigurableProductGraphQl/Model/Variant/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function addParentProduct(Product $product) : void
9696

9797
if (!empty($this->childrenMap)) {
9898
$this->childrenMap = [];
99-
10099
}
101100
$this->parentProducts[$product->getId()] = $product;
102101
}

0 commit comments

Comments
 (0)