fix: callback ppob
This commit is contained in:
@@ -366,7 +366,7 @@ export class UsersService {
|
||||
where: {
|
||||
id: id,
|
||||
},
|
||||
relations: ['superior', 'roles'],
|
||||
relations: ['superior', 'roles', 'partner'],
|
||||
});
|
||||
} catch (e) {
|
||||
if (e instanceof EntityNotFoundError) {
|
||||
|
||||
Reference in New Issue
Block a user