feat(io): cleanup view

This commit is contained in:
Barrett Ruth 2025-11-06 01:31:50 -05:00
parent 07e4372a4a
commit 00987bb0ff
4 changed files with 17 additions and 13 deletions

View file

@ -51,8 +51,6 @@ local function contest_picker(platform, refresh, language)
end
end,
['ctrl-r'] = function()
local cache = require('cp.cache')
cache.clear_contest_list(platform)
contest_picker(platform, true, language)
end,
},