From bf6ebe05418bad3c23d7c44ea30b2a459f54726e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 3 Feb 2019 01:17:35 -0600 Subject: [PATCH] structure taxes troubleshooting --- app/Library/Lookups/LookupHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index 8883de3e7..645b64ec6 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -40,7 +40,7 @@ class LookupHelper { 'corporation_id' => $character->corporation_id, ]); } catch(RequestFailedException $e){ - return $e->getEsiResponse(); + return null; } //Save all of the data to the database