fix some cachign

This commit is contained in:
Barrett Ruth 2025-10-01 17:08:36 -04:00
parent a925686a17
commit e6c09a4897
5 changed files with 42 additions and 25 deletions

View file

@ -128,11 +128,10 @@ function M.scrape_problem_tests(platform, contest_id, problem_id, callback)
expected_file
)
end
if type(callback) == 'function' then
callback(result.data)
end
end)
if type(callback) == 'function' then
callback(result.data)
end
end,
})
end