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