Usersettings
This commit is contained in:
@@ -20,7 +20,7 @@ export class UserRepository extends Repository<User> {
|
||||
}
|
||||
|
||||
findById(id: string): Promise<User> {
|
||||
return this.findOne({ where: { id }, relations: ['external'] });
|
||||
return this.findOne({ where: { id }, relations: ['external', 'settings'] });
|
||||
}
|
||||
|
||||
async createUser(createUserDto: CreateUserDto): Promise<User> {
|
||||
|
||||
Reference in New Issue
Block a user