css fix ; url fix
This commit is contained in:
@@ -97,7 +97,7 @@ router.get ('/search/listings', async (req, res, next) => {
|
||||
|
||||
//Get only ads with location
|
||||
query = Object.assign (query, {
|
||||
has_map: true,
|
||||
hasMap: true,
|
||||
});
|
||||
|
||||
//AND
|
||||
|
||||
Reference in New Issue
Block a user