Open irfnrdh opened 3 years ago
const statsTable: Cheerio = $('.statsTableContainer > tr');
change to the following const statsTable: cheerio.Cheerio = $('.statsTableContainer > tr');
const statsTable: cheerio.Cheerio = $('.statsTableContainer > tr');
const statsTable: Cheerio = $('.statsTableContainer > tr');