Skip to content

Commit

Permalink
Correcao da importacao para casos repetidos. Quando o sistema encontr…
Browse files Browse the repository at this point in the history
…ava todos os casos repetidos, a excessao nao era registrada
  • Loading branch information
manoelsouzaunicef committed Jun 11, 2019
1 parent c588bf7 commit 86adf09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Http/Controllers/Maintenance/ImportController.php
Expand Up @@ -63,8 +63,7 @@ public function process_job(ImportJob $job) {
$job->setStatus(ImportJob::STATUS_PROCESSING);

$job->handle();

$job->storeError(null);

$job->setStatus(ImportJob::STATUS_COMPLETED);

} catch (\Exception $ex) {
Expand Down

0 comments on commit 86adf09

Please sign in to comment.