From 4f3b996884bdb85f1b095751d803db15d8ea4f83 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 13 Nov 2018 23:48:51 -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 efca9b4e1..b32fa6b87 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); //Crate the ESI Class $esi = new Eseye($authentication);