search endpoint

This commit is contained in:
2019-06-28 20:42:09 -05:00
parent bb7c3bd337
commit 005b504422

View File

@@ -53,7 +53,7 @@ class LookupHelper {
} }
dd($response->raw); dd($response);
if(isset($response->character)) { if(isset($response->character)) {
$this->LookupCharacter($response->character); $this->LookupCharacter($response->character);
@@ -66,6 +66,8 @@ class LookupHelper {
return $char[0]->character_id; return $char[0]->character_id;
} }
//return 0;
} }
//Add characters to the lookup table for quicker lookups without having //Add characters to the lookup table for quicker lookups without having