normalize scraper behavior

This commit is contained in:
Barrett Ruth 2025-10-04 16:13:04 -04:00
parent 91c37e35e5
commit 3fbbfa9423
6 changed files with 22 additions and 45 deletions

View file

@ -105,7 +105,7 @@ function M.set_contest_data(platform, contest_id, problems)
local out = {
name = prev.name,
display_name = prev.display_name,
problems = vim.deepcopy(problems),
problems = problems,
index_map = {},
}
for i, p in ipairs(out.problems) do