This commit is contained in:
syuilo 2019-04-12 01:03:40 +09:00
parent d7df75ae6c
commit 2b6389b4dc
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ export class UserRepository extends Repository<User> {
} : {}),
...(opts.detail ? {
createdAt: user.createdAt,
updatedAt: user.updatedAt,
description: profile.description,
location: profile.location,
birthday: profile.birthday,