fix(scrape): proper vars

This commit is contained in:
Barrett Ruth 2025-09-21 00:25:55 -04:00
parent d827b6dd0b
commit df1b4c2009

View file

@ -334,9 +334,9 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config)
timeout = 30000,
})
jobs[problem.id] = {
jobs[prob.id] = {
job = job,
problem = problem,
problem = prob,
}
end