esi lookup helper
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user