From b3db5ab69fc26dbad3cf49937a81d956b124a5ae Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 12 Dec 2019 00:32:44 -0600 Subject: [PATCH] esi lookup helper --- app/Library/Esi/Esi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Esi/Esi.php b/app/Library/Esi/Esi.php index a3dec7cdf..9cc5dcac0 100644 --- a/app/Library/Esi/Esi.php +++ b/app/Library/Esi/Esi.php @@ -183,7 +183,7 @@ class Esi { $authentication = new EsiAuthentication([ 'client_id' => $config['client_id'], 'secret' => $config['secret'], - 'refresh_token' => null, + 'refresh_token' => 'N/A', ]); } else { $authentication = new EsiAuthentication([