fixing
This commit is contained in:
parent
f7c5f7d1fe
commit
a9fc199f00
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ export class KpiUserDevelopmentController extends Controller {
|
|||
@Get("{id}")
|
||||
async GetKpiUserDevelopmentDetail(@Path() id: string) {
|
||||
const getKpiUserDevelopment = await this.kpiUserDevelopmentRepository.findOne({
|
||||
relations: ["kpiUserEvaluation", "developmentProject"],
|
||||
relations: ["kpiUserEvaluation", "developmentProjects"],
|
||||
where: { id: id },
|
||||
});
|
||||
if (!getKpiUserDevelopment) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue