forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
91251916ce
commit
3795b88277
1 changed files with 1 additions and 0 deletions
|
@ -79,4 +79,5 @@ export function init(user): IUser {
|
|||
user.avatar_id = new mongo.ObjectID(user.avatar_id);
|
||||
user.banner_id = new mongo.ObjectID(user.banner_id);
|
||||
user.pinned_post_id = new mongo.ObjectID(user.pinned_post_id);
|
||||
return user;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue