troubleshooting moon mining ledger

This commit is contained in:
2019-12-09 22:37:14 -06:00
parent 8087102482
commit 2b2db423a0

View File

@@ -52,11 +52,10 @@ class MoonLedgerController extends Controller
//Setup the esi container
$esi = $esiHelper->SetupEsiAuthentication($refreshToken);
dd($esi);
//Get the character data from the lookup table if possible or esi
$character = $lookup->LookupCharacter(auth()->user()->getId(), null);
dd($character);
//Try to get the mining observers for the corporation from esi
try {
$response = $esi->invoke('get', '/corporation/{corporation_id}/mining/observers/', [