This commit is contained in:
syuilo 2019-04-14 11:58:10 +09:00
parent c267baafdc
commit 61455ffe29
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ export class UserRepository extends Repository<User> {
updatedAt: user.updatedAt,
bannerUrl: user.bannerUrl,
bannerColor: user.bannerColor,
isLocked: user.isLocked,
description: profile!.description,
location: profile!.location,
birthday: profile!.birthday,