Update user.ts

This commit is contained in:
syuilo 2019-04-09 12:36:01 +09:00
parent c44e6e43cb
commit fcf4cf2597

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,