Skip to content

Commit e43d291

Browse files
committed
Updated message
1 parent 4e705c3 commit e43d291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Entity/ProductHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public function setSettings($indexName, $indexNameTmp, $storeId, $saveToTmpIndic
505505
try {
506506
$this->algoliaHelper->copySynonyms($indexName, $indexNameTmp);
507507
$this->logger->log('
508-
Copying synonyms from production index to TMP one to not to erase them with the index move.
508+
Copying synonyms from production index to TMP one to not erase them with the index move.
509509
');
510510
} catch (AlgoliaException $e) {
511511
$this->logger->error('Error encountered while copying synonyms: ' . $e->getMessage());

0 commit comments

Comments
 (0)