Fix: Avatar
Deskripsi: - Avatar job - Avatar collaboration - Avatar event ## No Issuue
This commit is contained in:
@@ -24,10 +24,13 @@ export async function userSearch_getAllUser({
|
||||
where: {
|
||||
active: true,
|
||||
masterUserRoleId: "1",
|
||||
username: {
|
||||
contains: search,
|
||||
mode: "insensitive",
|
||||
Profile: {
|
||||
name: {
|
||||
contains: search,
|
||||
mode: "insensitive",
|
||||
},
|
||||
},
|
||||
|
||||
NOT: {
|
||||
Profile: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user