DevProgress / debate-bingo

Bingo game for presidential & vice presidential debates
MIT License
9 stars 7 forks source link

Server returns an empty tile in getCardData #14

Closed decompil3d closed 8 years ago

decompil3d commented 8 years ago

Easy issue to fix - when we read in the data files we're probably getting an empty line or a line with just whitespace so we can just check the text against a empty-or-whitespace regex before saving to the terms array. Code in server.babel.js.