Skip to content

Commit

Permalink
Updated message
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitalgolia committed Mar 7, 2023
1 parent 4e705c3 commit e43d291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/Entity/ProductHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ public function setSettings($indexName, $indexNameTmp, $storeId, $saveToTmpIndic
try {
$this->algoliaHelper->copySynonyms($indexName, $indexNameTmp);
$this->logger->log('
Copying synonyms from production index to TMP one to not to erase them with the index move.
Copying synonyms from production index to TMP one to not erase them with the index move.
');
} catch (AlgoliaException $e) {
$this->logger->error('Error encountered while copying synonyms: ' . $e->getMessage());
Expand Down

0 comments on commit e43d291

Please sign in to comment.