style: update user member

Deskripsi:
- update api division
- update task
- update calender
- update division
- update project

No Issue
This commit is contained in:
lukman
2024-09-06 13:55:21 +08:00
parent ab1cd29621
commit 49f7b3c102
11 changed files with 643 additions and 109 deletions

View File

@@ -27,7 +27,7 @@ export async function GET(request: Request, context: { params: { id: string } })
const member = await prisma.divisionMember.findMany({
where: {
idDivision: String(id),
isActive: true
isActive: true,
},
select: {
id: true,