Skip to content

Commit

Permalink
cr change
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed May 14, 2024
1 parent 0cccd3a commit 8e9b2f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Importers/BaqmeDataImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function extract(): static
$html = $response->getBody()->getContents();
} catch (GuzzleException) {
$this->createImportInfoDetails("400", self::getProviderName());

$this->stopExecution = true;

return $this;
Expand Down

0 comments on commit 8e9b2f0

Please sign in to comment.