fixing: get product
This commit is contained in:
@@ -263,7 +263,7 @@ export class UsersService {
|
||||
where: {
|
||||
username,
|
||||
},
|
||||
relations: ['roles'],
|
||||
relations: ['roles', 'partner'],
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user