From 6ba32964e8a0adb64743582aea918f0856fd0e53 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 13 Nov 2018 23:50:52 -0600 Subject: [PATCH] 401 errors --- app/Library/Fleet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index b32fa6b87..77de72ecb 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -105,7 +105,7 @@ class Fleet { 'refresh_token' => $token[0]->refresh_token, ]); - dd($authentication); + dd(env('ESI_CLIENT_ID')); //Crate the ESI Class $esi = new Eseye($authentication);