Skip to content

Commit f82f87e

Browse files
authored
Removed unecessary changes
1 parent 3501b35 commit f82f87e

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Category/Product/Action

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ public function execute(): Full
187187
protected function reindex(): void
188188
{
189189
$userFunctions = [];
190+
190191
foreach ($this->storeManager->getStores() as $store) {
191192
if ($this->getPathFromCategoryId($store->getRootCategoryId())) {
192193
$userFunctions[$store->getId()] = function () use ($store) {
@@ -195,6 +196,7 @@ protected function reindex(): void
195196
}
196197
}
197198
$this->processManager->execute($userFunctions);
199+
198200
}
199201

200202
/**

0 commit comments

Comments
 (0)