fix(ci): unused vars
This commit is contained in:
parent
7ad64677a5
commit
76cb1e456e
5 changed files with 9 additions and 9 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue