This commit is contained in:
Barrett Ruth 2025-11-04 23:47:06 -05:00
parent 71efb24cda
commit 96c01bf796

View file

@ -191,12 +191,6 @@ end
---@param problem_id? string
---@return CombinedTest?
function M.get_combined_test(platform, contest_id, problem_id)
vim.validate({
platform = { platform, 'string' },
contest_id = { contest_id, 'string' },
problem_id = { problem_id, { 'string', 'nil' }, true },
})
if
not cache_data[platform]
or not cache_data[platform][contest_id]