Skip to content

Commit 5646cf7

Browse files
committed
MC-43039: Stock source Import performance issues
1 parent 9728fe3 commit 5646cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Model/ResourceModel/Selection/Collection/FilterApplier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class FilterApplier
2020
*/
2121
private $conditionTypesMap = [
2222
'eq' => ' = ?',
23-
'in' => 'IN (?)'
23+
'in' => ' IN (?)'
2424
];
2525

2626
/**

0 commit comments

Comments
 (0)