Merge branch 'main' into feat/template-file-support
This commit is contained in:
commit
5b56ff7980
8 changed files with 159 additions and 30 deletions
|
|
@ -198,7 +198,7 @@ function M.setup_contest(platform, contest_id, problem_id, language)
|
|||
contest_id = contest_id,
|
||||
language = lang,
|
||||
requested_problem_id = problem_id,
|
||||
token = vim.loop.hrtime(),
|
||||
token = vim.uv.hrtime(),
|
||||
})
|
||||
|
||||
logger.log('Fetching contests problems...', vim.log.levels.INFO, true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue