Skip to content

Commit eef98ce

Browse files
authored
AC-7014::Reverting changes from mainline PR
1 parent 46a888d commit eef98ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/RelatedProductGraphQl/Model/DataProvider/RelatedProductDataProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public function getRelations(array $products, int $linkType): array
121121
$collection->joinAttributes();
122122
$collection->addOrder('product_id');
123123
$collection->addOrder('position', 'asc');
124+
124125
//Prepare map
125126
$map = [];
126127
/** @var Link $item */

0 commit comments

Comments
 (0)