Skip to content

Commit

Permalink
AKM-35: Issues in configurable import (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxops authored Jun 3, 2022
1 parent a32d011 commit 0a87a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImportExport/Writer/ConfigurableAsyncWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ public function write(array $items)
}
}

return;
continue;
}

if (empty($item['parent'])) {
return;
continue;
}

$parent = $item['parent'];
Expand Down

0 comments on commit 0a87a9c

Please sign in to comment.