fixing: get product

This commit is contained in:
ilham
2021-12-14 21:48:21 +07:00
parent ff60406af2
commit 6f1f82cc03
11 changed files with 198 additions and 36 deletions

View File

@@ -263,7 +263,7 @@ export class UsersService {
where: {
username,
},
relations: ['roles'],
relations: ['roles', 'partner'],
});
}
}