From a4b665f525fec872deba51b92ac8a7863e30bdce Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 16 Feb 2021 18:46:55 +0900 Subject: [PATCH] mining tax observers --- app/Console/Commands/MiningTaxes/MiningTaxesObservers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php b/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php index 39d34176b..a0ebf07ef 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php @@ -62,7 +62,7 @@ class MiningTaxesObservers extends Command $esiHelper = new Esi; //Check for the esi scope - if(!$esiHelper->HaveEsiScope($config['primary'], 'esi-industry.read_corporation_mining.v1') || !$esiHelper->HaveEsiScope($config['corporation'], 'esi-universe.read_structures.v1')) { + if(!$esiHelper->HaveEsiScope($config['primary'], 'esi-industry.read_corporation_mining.v1')) { Log::critical('Esi scopes were not found for FetchMiningTaxesObserversJob.'); print("Esi scopes not found."); return;