Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
@@ -244,7 +244,7 @@ export class UsersService {
|
||||
where: {
|
||||
id: id,
|
||||
},
|
||||
relations: ['roles', 'superior'],
|
||||
relations: ['roles', 'superior', 'userDetail'],
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user