troubleshooting moon mining ledger

This commit is contained in:
2019-12-09 22:36:00 -06:00
parent 389c0bcd9a
commit 5ccd44de5d

View File

@@ -47,11 +47,9 @@ class MoonLedgerController extends Controller
}
}
printf("Testing");
dd();
//Get the refresh token if scope checks have passed
$refreshToken = $esiHelper->GetRefreshToken(auth()->user()->getId());
dd($refreshToken);
//Setup the esi container
$esi = $esiHelper->SetupEsiAuthentication($refreshToken);