From d398ae241126e7451f839cd3bd98202d5524aa84 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 1 Aug 2021 00:59:18 +0300 Subject: [PATCH] Udjust check data script --- app/Console/Commands/CheckData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index 368aa5c22201..f41c1223b3b9 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -97,7 +97,7 @@ class CheckData extends Command $this->checkFailedJobs(); } - $this->checkTranslations(); + //$this->checkTranslations(); $this->logMessage('Done: ' . strtoupper($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE)); $errorEmail = env('ERROR_EMAIL');