fix(ci): unused vars

This commit is contained in:
Barrett Ruth 2025-09-21 11:37:08 -04:00
parent 2c994a8bdc
commit c1529c5d91
4 changed files with 18 additions and 5 deletions

View file

@ -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