Filter: restore return false to fix unit tests

This commit is contained in:
Rob Garrison 2016-01-10 21:31:54 -06:00
parent d59befbbf3
commit 7aa5ba3617

View File

@ -140,7 +140,7 @@
}
}
// may be null from processing types
return filterMatched;
return filterMatched || false;
}
return null;
},