@@ -319,7 +319,9 @@ |
||
319 | 319 | 'property_value' => $propertyValue |
320 | 320 | ]; |
321 | 321 | } |
322 | - if (empty($properties)) return; |
|
322 | + if (empty($properties)) { |
|
323 | + return; |
|
324 | + } |
|
323 | 325 | $this->indexQueueIndexingPropertyRepository->bulkInsert($properties); |
324 | 326 | } |
325 | 327 |