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

This commit is contained in:
Rodrigo Rodriguez 2022-08-26 13:04:08 -03:00
parent bd20312bad
commit 46fb4244c7

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 = {