Fix bug
This commit is contained in:
parent
bee77afb7f
commit
119d38ea08
2 changed files with 19 additions and 3 deletions
|
@ -48,6 +48,8 @@ type IUserBase = {
|
|||
usernameLower: string;
|
||||
avatarId: mongo.ObjectID;
|
||||
bannerId: mongo.ObjectID;
|
||||
avatarUrl?: string;
|
||||
bannerUrl?: string;
|
||||
wallpaperId: mongo.ObjectID;
|
||||
data: any;
|
||||
description: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue