Fix make lint warning

This commit is contained in:
Raymond Hill 2021-12-04 11:48:17 -05:00
parent e8e7294431
commit 0df8986b52
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1693,8 +1693,8 @@ const FilterOriginHitSetTest = class extends FilterOriginHitSet {
origHNTrieContainer
.setNeedle(`${$docEntity.compute()}.*`)
.matches(super.getTrie(ihitset)) !== -1
? 1
: 0;
? 1
: 0;
}
return filterData[idata+3] !== 0;
}