mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Minor change to health check to support older Flutter apps
This commit is contained in:
parent
11bfb99b0a
commit
6dae814a28
@ -83,6 +83,7 @@ class SystemHealth
|
||||
'pdf_engine' => (string) self::getPdfEngine(),
|
||||
'queue' => (string) config('queue.default'),
|
||||
'queue_data' => self::checkQueueData(),
|
||||
'jobs_pending' => 0, // TODO for backwards compatibility, remove once Flutter AP is updated
|
||||
'trailing_slash' => (bool) self::checkUrlState(),
|
||||
'file_permissions' => (string) ($check_file_system ? self::checkFileSystem() : ''),
|
||||
'exchange_rate_api_not_configured' => (bool)self::checkCurrencySanity(),
|
||||
|
Loading…
Reference in New Issue
Block a user