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