esi lookup helper

This commit is contained in:
2019-12-12 00:31:40 -06:00
parent 9c36a10864
commit e7a7bd32ef

View File

@@ -183,6 +183,7 @@ class Esi {
$authentication = new EsiAuthentication([
'client_id' => $config['client_id'],
'secret' => $config['secret'],
'refresh_token' => null,
]);
} else {
$authentication = new EsiAuthentication([