mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
refactor: Remove unnecessary code in StatusAPI
This commit is contained in:
parent
6e10739479
commit
2269681487
@ -76,8 +76,6 @@ export default class StatusAPI {
|
||||
logger.info("Ready check: ok");
|
||||
stausReadySuccess.add(1);
|
||||
|
||||
span.recordException(new ServerException("Server is ready"));
|
||||
|
||||
Response.sendJsonObjectResponse(req, res, {
|
||||
status: "ok",
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user