From 18939a9d5fb84adb4be9a8b07b0065e54e8fa752 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 21 Sep 2025 00:15:53 -0400 Subject: [PATCH] fix(ci): typing --- lua/cp/scrape.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/cp/scrape.lua b/lua/cp/scrape.lua index dad5500..c50b300 100644 --- a/lua/cp/scrape.lua +++ b/lua/cp/scrape.lua @@ -326,7 +326,7 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config) '-m', 'scrapers.' .. platform, 'tests', - problem.id, + prob.id, } else args = { @@ -338,7 +338,7 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config) 'scrapers.' .. platform, 'tests', contest_id, - problem.id, + prob.id, } end