refactor: minor changes

This commit is contained in:
Divlo
2022-08-29 16:10:17 +00:00
parent ab94d1e656
commit a6dd112e4a
12 changed files with 468 additions and 515 deletions

View File

@ -50,6 +50,7 @@ export const getUserById: FastifyPluginAsync = async (fastify) => {
id: true,
name: true,
email: settings.isPublicEmail,
isConfirmed: true,
logo: true,
status: true,
biography: true,