Removed an extra line

This commit is contained in:
Addison Beck 2020-07-10 15:19:14 -05:00
parent e23b0d14eb
commit 031a30518c
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ export class SearchService implements SearchServiceAbstraction {
return true;
}
if(c.hasFields){
for (let field of c.fields) {
if (field.value.toLowerCase().indexOf(query) > -1) {