diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index e37fa165f3e7..59e49333a7d0 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -76,7 +76,7 @@ class CheckData extends Command { $this->info($this->log); - if ( ! $this->isValid && $errorEmail) { + if ($errorEmail) { Mail::raw($this->log, function ($message) use ($errorEmail) { $message->to($errorEmail) ->from(CONTACT_EMAIL)