feat(server): user model (#9608)

This commit is contained in:
forehalo
2025-01-09 09:14:01 +00:00
parent ca3537fca3
commit 6d29f80894
8 changed files with 632 additions and 11 deletions

View File

@@ -233,6 +233,7 @@ export class UserService {
}
}
// @ts-expect-error will be removed
this.emitter.emit('user.updated', user);
return user;