updated lookup helpers

This commit is contained in:
2019-06-28 20:16:27 -05:00
parent 3546c0f1f1
commit ec2f7f0451

View File

@@ -39,7 +39,6 @@ class LookupHelper {
//Attempt to find the character name in the LookupCharacter table to see if we can match it to an id //Attempt to find the character name in the LookupCharacter table to see if we can match it to an id
$count = CharacterToCorporation::where(['character_name' => $character])->count(); $count = CharacterToCorporation::where(['character_name' => $character])->count();
dd($count);
if($count == 0) { if($count == 0) {
try { try {
//Get the character id from the ESI API. //Get the character id from the ESI API.