troubleshooting moon mining ledger

This commit is contained in:
2019-12-09 23:26:22 -06:00
parent 2b2db423a0
commit 3d4dd88c07

View File

@@ -54,7 +54,7 @@ class MoonLedgerController extends Controller
$esi = $esiHelper->SetupEsiAuthentication($refreshToken);
//Get the character data from the lookup table if possible or esi
$character = $lookup->LookupCharacter(auth()->user()->getId(), null);
$character = $lookup->GetCharacterInfo(auth()->user()->getId());
dd($character);
//Try to get the mining observers for the corporation from esi
try {