Udjust check data script

This commit is contained in:
Hillel Coren 2021-08-01 00:59:18 +03:00
parent 9dfa3bc9dd
commit d398ae2411

View File

@ -97,7 +97,7 @@ class CheckData extends Command
$this->checkFailedJobs(); $this->checkFailedJobs();
} }
$this->checkTranslations(); //$this->checkTranslations();
$this->logMessage('Done: ' . strtoupper($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE)); $this->logMessage('Done: ' . strtoupper($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
$errorEmail = env('ERROR_EMAIL'); $errorEmail = env('ERROR_EMAIL');