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