Skip to content

Commit

Permalink
Merge pull request #138 from firegento/sprankhub-patch-3
Browse files Browse the repository at this point in the history
Fix compatibility with ExtendedImport
  • Loading branch information
sprankhub authored Jun 13, 2023
2 parents ec7d10e + 1a57a31 commit ddb6325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function processImport(array $dataArray): void
{
$this->resetImportModel();
$this->validateData($dataArray);
$this->resetImportModel();
$this->importData();
}

Expand Down

0 comments on commit ddb6325

Please sign in to comment.