fix: callback ppob

This commit is contained in:
ilham
2022-06-28 13:51:18 +07:00
parent 7aee976de6
commit 4befb8d9fd
5 changed files with 106 additions and 6 deletions

View File

@@ -366,7 +366,7 @@ export class UsersService {
where: {
id: id,
},
relations: ['superior', 'roles'],
relations: ['superior', 'roles', 'partner'],
});
} catch (e) {
if (e instanceof EntityNotFoundError) {