esi lookup helper

This commit is contained in:
2019-12-12 00:32:44 -06:00
parent e7a7bd32ef
commit b3db5ab69f

View File

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