refactor(user): reorganize imports and code structure

This commit is contained in:
Jan-Marlon Leibl 2025-02-19 12:23:45 +01:00
parent 6c025cc8d2
commit 7bd06dee62
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
4 changed files with 22 additions and 20 deletions

View file

@ -31,6 +31,7 @@ export class UserService {
if (user) {
return user;
}
return await this.createUser(userProfile.id ?? '', userProfile.username ?? '').toPromise();
});
}