server v1.0.1
This commit is contained in:
@@ -16,7 +16,7 @@ router.get("/", (req, res) => {
|
||||
{
|
||||
$and: [
|
||||
{ $or: [{ city: { $regex: regex } }, { name: { $regex: regex } }] },
|
||||
{ hidden: false },
|
||||
{ $or: [{ hidden: false }, { hidden: { $exists: false } }] },
|
||||
{ subscriptionActive: true },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user