fix(ci): unused vars

This commit is contained in:
Barrett Ruth 2025-09-22 23:05:52 -04:00
parent 7ad64677a5
commit 76cb1e456e
5 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ describe('cp.async.setup', function()
}
mock_scraper = {
scrape_contest_metadata_async = function(platform, contest_id, callback)
scrape_contest_metadata_async = function(_, _, callback)
callback({
success = true,
problems = {