test controller

This commit is contained in:
2019-12-12 00:02:50 -06:00
parent c56264b130
commit fff6bdd624

View File

@@ -165,7 +165,7 @@ class LookupHelper {
$this->SaveCharacter($response, $charId);
//Return the character details to the calling function
return $character;
return $response;
} else {
//Return what was pulled from the database
return $char;