Fix bug
This commit is contained in:
parent
d7df75ae6c
commit
2b6389b4dc
|
@ -118,6 +118,8 @@ export class UserRepository extends Repository<User> {
|
||||||
} : {}),
|
} : {}),
|
||||||
|
|
||||||
...(opts.detail ? {
|
...(opts.detail ? {
|
||||||
|
createdAt: user.createdAt,
|
||||||
|
updatedAt: user.updatedAt,
|
||||||
description: profile.description,
|
description: profile.description,
|
||||||
location: profile.location,
|
location: profile.location,
|
||||||
birthday: profile.birthday,
|
birthday: profile.birthday,
|
||||||
|
|
Loading…
Reference in New Issue