mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
revert changes
This commit is contained in:
parent
d3ae58a2ff
commit
6eb8ce9170
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ App::get('/v1/health/anti-virus')
|
|||
'status' => (@$antiVirus->ping()) ? 'online' : 'offline',
|
||||
'version' => @$antiVirus->version(),
|
||||
]);
|
||||
} catch( RuntimeException $e) {
|
||||
} catch( \Exception $e) {
|
||||
$response->json([
|
||||
'status' => 'offline',
|
||||
'version' => '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue