UncountedBrute2

Results 1 issues of UncountedBrute2

I have a very simple implementation like that of the docs which does the following: ` buildIndex() { let documents = []; this.sections.forEach(section => { section.links.forEach(link => { documents.push({ rowId:...