refactor(user): reorganize imports and code structure
This commit is contained in:
parent
6c025cc8d2
commit
7bd06dee62
4 changed files with 22 additions and 20 deletions
|
@ -31,6 +31,7 @@ export class UserService {
|
|||
if (user) {
|
||||
return user;
|
||||
}
|
||||
|
||||
return await this.createUser(userProfile.id ?? '', userProfile.username ?? '').toPromise();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue