mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-05 07:16:53 +01:00
Fix bug
This commit is contained in:
parent
c267baafdc
commit
61455ffe29
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue