Skip to content

Commit

Permalink
Fix compatibility with ExtendedImport
Browse files Browse the repository at this point in the history
  • Loading branch information
sprankhub authored Jun 13, 2023
1 parent 0a7bdd2 commit 1a57a31
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 1a57a31

Please sign in to comment.