This commit is contained in:
syuilo 2019-04-12 01:03:40 +09:00
parent c5df8bbda0
commit d5de3c682a

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,