fix ganti role, user menu access ikut ke create

This commit is contained in:
2025-11-28 15:35:21 +08:00
parent f8985c550f
commit 54f83da3b8

View File

@@ -63,6 +63,8 @@ export default async function userUpdate(context: Context) {
}
}
// Update user
const updatedUser = await prisma.user.update({
where: { id },