refactor: Remove unnecessary code in StatusAPI

This commit is contained in:
Simon Larsen 2024-08-29 21:51:28 +01:00
parent 6e10739479
commit 2269681487
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -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",
});