Fix: Avatar

Deskripsi:
- Avatar job
- Avatar collaboration
- Avatar event
## No Issuue
This commit is contained in:
2024-10-01 16:31:12 +08:00
parent ca5c30499a
commit 284787243b
110 changed files with 1122 additions and 2064 deletions

View File

@@ -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,
},