diff --git a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php index 96d094e74..eb0adc0a5 100644 --- a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php +++ b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php @@ -92,7 +92,7 @@ class FetchMoonObserverJob implements ShouldQueue ]); } catch(RequestFailedException $e) { Log::critical('FetchMoonObservers failed to get the moon observers for the corporation'); - $response = null; + return null; } //Run through the mining observers, and add them to the database as needed