Fix bug
This commit is contained in:
parent
0ac2ac261c
commit
f669491aa6
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ export class UserRepository extends Repository<User> {
|
||||||
updatedAt: user.updatedAt,
|
updatedAt: user.updatedAt,
|
||||||
bannerUrl: user.bannerUrl,
|
bannerUrl: user.bannerUrl,
|
||||||
bannerColor: user.bannerColor,
|
bannerColor: user.bannerColor,
|
||||||
|
isLocked: user.isLocked,
|
||||||
description: profile!.description,
|
description: profile!.description,
|
||||||
location: profile!.location,
|
location: profile!.location,
|
||||||
birthday: profile!.birthday,
|
birthday: profile!.birthday,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue