fix(ci): unused vars
This commit is contained in:
parent
7ad64677a5
commit
76cb1e456e
5 changed files with 9 additions and 9 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue