commit
1236171962
|
@ -436,7 +436,7 @@ function applyFilter(filter) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof example === 'object') {
|
if (typeof example === 'object' && example !== null) {
|
||||||
// ignore geo near filter
|
// ignore geo near filter
|
||||||
if (example.near) {
|
if (example.near) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue