User table polish and audit log updates

This commit is contained in:
Jamie Curnow
2025-09-24 21:11:00 +10:00
parent db639c333b
commit f1b0e816b6
14 changed files with 163 additions and 38 deletions

View File

@@ -131,7 +131,7 @@ const internalUser = {
action: "updated",
object_type: "user",
object_id: user.id,
meta: data,
meta: { ...data, id: user.id, name: user.name },
})
.then(() => {
return user;