Update user.ts

This commit is contained in:
syuilo 2019-04-09 12:36:01 +09:00
parent 34c150cf73
commit e38335077e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -86,6 +86,7 @@ export class UserRepository extends Repository<User> {
name: user.name,
username: user.username,
host: user.host,
uri: user.uri,
avatarUrl: user.avatarUrl,
bannerUrl: user.bannerUrl,
avatarColor: user.avatarColor,