mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
undo
This commit is contained in:
parent
ffe73b77af
commit
b28a48b1d9
@ -60,14 +60,6 @@ class SystemHealth
|
||||
$system_health = false;
|
||||
}
|
||||
|
||||
if (!self::checkNode()) {
|
||||
$system_health = false;
|
||||
}
|
||||
|
||||
if (!self::checkNpm()) {
|
||||
$system_health = false;
|
||||
}
|
||||
|
||||
return [
|
||||
'system_health' => $system_health,
|
||||
'extensions' => self::extensions(),
|
||||
|
Loading…
Reference in New Issue
Block a user