Skip to content

Commit

Permalink
Fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din committed Apr 4, 2019
1 parent e470193 commit c489f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/status/v1/status.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'perconaDB' => $dbResult === false ? 'NOT OK' : 'OK',
];

if ($mc === false || $dbResult === false || $db2Result === false) {
if ($mc === false || $dbResult === false) {
return $response->withJson(ApiResponse::build($status, 500, 'Status Check Failed'), 500);
}

Expand Down

0 comments on commit c489f55

Please sign in to comment.