Closed decompil3d closed 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.
server.babel.js
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
.