lookup controller modification

This commit is contained in:
2019-05-23 10:52:22 -05:00
parent 060d921cbc
commit b1fcd54fe0

View File

@@ -194,7 +194,7 @@ class LookupHelper {
'alliance_id' => $corporation->alliance_id, 'alliance_id' => $corporation->alliance_id,
]); ]);
} catch(\Seat\Eseye\Exceptions\RequestFailedException $e){ } catch(\Seat\Eseye\Exceptions\RequestFailedException $e){
return $e->getEsiResponse(); return -1;
} }
//Save all of the data to the database //Save all of the data to the database