Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Jan 20, 2025
1 parent 0a5c41c commit 713c9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Importer/LocationImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public function createLocationIfNotExists(array $row)

} else {
Log::debug($location->getErrors());
return $location->errors;
$this->logError($location, 'Location "'.$this->item['name'].'"');
return $location->errors;
}


Expand Down

0 comments on commit 713c9fd

Please sign in to comment.