diff --git a/app/Jobs/SendEveMail.php b/app/Jobs/SendEveMail.php index 52c711e4a..c7b0356c2 100644 --- a/app/Jobs/SendEveMail.php +++ b/app/Jobs/SendEveMail.php @@ -71,7 +71,7 @@ class SendEveMail implements ShouldQueue $authentication = new EsiAuthentication([ 'client_id' => $config['client_id'], 'secret' => $config['secret'], - 'refresh_token' => $token->refresh_token, + 'refresh_token' => $token[0]->refresh_token, ]); //Setup the Eseye class