mining tax observers

This commit is contained in:
2021-02-16 19:05:02 +09:00
parent a4b665f525
commit 3725c40d03

View File

@@ -69,7 +69,7 @@ class MiningTaxesObservers extends Command
}
//Get the refresh token for the character
$refreshToken = $esiHelper->GetRefreshToken($this->charId);
$refreshToken = $esiHelper->GetRefreshToken($config['primary']);
//Get the esi variable
$esi = $esiHelper->SetupEsiAuthentication($refreshToken);