Skip to content

Commit 9ed5a75

Browse files
authored
AC-7014::Reverting changes done in AC-7014
1 parent eef98ce commit 9ed5a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)