fix(ci): typing
This commit is contained in:
parent
5cb7c03881
commit
aed09a0900
1 changed files with 2 additions and 2 deletions
|
|
@ -241,8 +241,8 @@ local function navigate_problem(delta)
|
||||||
end
|
end
|
||||||
|
|
||||||
local current_index = nil
|
local current_index = nil
|
||||||
for i, problem in ipairs(problems) do
|
for i, prob in ipairs(problems) do
|
||||||
if problem.id == current_problem_id then
|
if prob.id == current_problem_id then
|
||||||
current_index = i
|
current_index = i
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue