seed users
This commit is contained in:
@@ -106,7 +106,7 @@ export class UserService {
|
||||
const offset = (page - 1) * limit;
|
||||
|
||||
// 2. Build the 'where' filter query
|
||||
const where: FilterQuery<User> = { restaurant: { id: restId } };
|
||||
const where: FilterQuery<User> = {};
|
||||
|
||||
// 4. Add 'search' logic (case-insensitive)
|
||||
if (search) {
|
||||
|
||||
Reference in New Issue
Block a user