normalize scraper behavior
This commit is contained in:
parent
91c37e35e5
commit
3fbbfa9423
6 changed files with 22 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue