fix(ci): typing
This commit is contained in:
parent
98aa3edd41
commit
03bb0bda33
2 changed files with 3 additions and 12 deletions
|
|
@ -633,9 +633,9 @@ local function setup_contest(contest_id, language)
|
|||
cache.load()
|
||||
local missing_problems = {}
|
||||
for _, prob in ipairs(problems) do
|
||||
local cached_tests = cache.get_test_cases(state.platform, contest_id, problem.id)
|
||||
local cached_tests = cache.get_test_cases(state.platform, contest_id, prob.id)
|
||||
if not cached_tests then
|
||||
table.insert(missing_problems, problem)
|
||||
table.insert(missing_problems, prob)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue