fix(health): simplify health check

This commit is contained in:
Barrett Ruth 2025-09-30 19:49:10 -04:00
parent 02019dbdef
commit dc4326524c
7 changed files with 14 additions and 53 deletions

View file

@ -31,14 +31,6 @@ function M.setup(opts)
end
end
function M.get_current_context()
return {
platform = state.get_platform(),
contest_id = state.get_contest_id(),
problem_id = state.get_problem_id(),
}
end
function M.is_initialized()
return true
end