nico/28-nov-25 #26

Merged
nicoarya20 merged 5 commits from nico/28-nov-25 into staggingweb 2025-11-28 15:39:08 +08:00
2 changed files with 49 additions and 0 deletions
Showing only changes of commit 54f83da3b8 - Show all commits

View File

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