Fix update user.

This commit is contained in:
Brian Cao 2023-04-13 12:08:53 -07:00
parent 5fc96cf5e1
commit ef324fdf73
5 changed files with 17 additions and 6 deletions

View file

@ -17,6 +17,7 @@ export async function getUser(
username: true,
password: includePassword,
role: true,
createdAt: true,
},
});
}