diff --git a/app/Utils/SystemHealth.php b/app/Utils/SystemHealth.php index dc251a4ca3e7..88f64e12c535 100644 --- a/app/Utils/SystemHealth.php +++ b/app/Utils/SystemHealth.php @@ -90,6 +90,9 @@ class SystemHealth private static function checkCurrencySanity() { + if(!self::simpleDbCheck()) + return true; + if(strlen(config('ninja.currency_converter_api_key')) == 0){ $cs = DB::table('clients')