fix(ci): unused vars
This commit is contained in:
parent
2c994a8bdc
commit
c1529c5d91
4 changed files with 18 additions and 5 deletions
|
|
@ -82,6 +82,11 @@ local function contest_picker(platform)
|
|||
problem_picker(platform, contest.id)
|
||||
end
|
||||
end,
|
||||
['ctrl-r'] = function()
|
||||
local cache = require('cp.cache')
|
||||
cache.clear_contest_list(platform)
|
||||
contest_picker(platform)
|
||||
end,
|
||||
},
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue