fix(kb.gbapp): Skips blank answers lines.

This commit is contained in:
Rodrigo Rodriguez 2022-08-26 13:04:08 -03:00
parent f084ef031c
commit 1343dfa34b

View file

@ -506,6 +506,12 @@ export class KBService implements IGBKBService {
indexer++;
});
// Skips blank answers.
if (answer && answer.length < 1) {
return false;
}
// Now with all the data ready, creates entities in the store.
const answer1 = {