sdb1228 / SoccerLCScrapers

Scrapers written in JS for Soccerlc
0 stars 0 forks source link

Make loaders robust against missing intermediate db collections #12

Closed JoelHough closed 7 years ago

JoelHough commented 7 years ago

scrapers.games.length is not a great thing to do if games is undefined because nobody called res.save({ type: 'game', ...gamestuff}). Why a scraper wouldn't do that is another issue (#2, specifically).

JoelHough commented 7 years ago

Done.