forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
d7df75ae6c
commit
2b6389b4dc
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue