fix(ci): unused vars

This commit is contained in:
Barrett Ruth 2025-09-22 23:05:52 -04:00
parent 7ad64677a5
commit 76cb1e456e
5 changed files with 9 additions and 9 deletions

View file

@ -149,7 +149,7 @@ function M.setup_problem_async(contest_id, problem_id, language)
async.finish_contest_operation()
end
function M.start_background_problem_scraping(contest_id, problems, config)
function M.start_background_problem_scraping(contest_id, problems, _)
cache.load()
local platform = state.get_platform() or ''
local missing_problems = {}