Move "No two geopoints" logic into mongo adapter (#1491)
* Move "No two geopoints" logic into mongo adapter * Semicolon
This commit is contained in:
@@ -85,8 +85,8 @@ describe('Parse.GeoPoint testing', () => {
|
||||
equal(results.length, 3);
|
||||
done();
|
||||
}, (err) => {
|
||||
console.log(err);
|
||||
fail();
|
||||
fail("Couldn't query GeoPoint");
|
||||
fail(err)
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user