fix(ci): unused var
This commit is contained in:
parent
a2b3de51d7
commit
ca652c04ff
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ describe('Panel integration', function()
|
||||||
state.set_platform(platform)
|
state.set_platform(platform)
|
||||||
return true
|
return true
|
||||||
end,
|
end,
|
||||||
setup_contest = function(platform, contest, problem, language)
|
setup_contest = function(platform, contest, problem, _)
|
||||||
state.set_platform(platform)
|
state.set_platform(platform)
|
||||||
state.set_contest_id(contest)
|
state.set_contest_id(contest)
|
||||||
if problem then
|
if problem then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue