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}")
|
@Get("{id}")
|
||||||
async GetKpiUserDevelopmentDetail(@Path() id: string) {
|
async GetKpiUserDevelopmentDetail(@Path() id: string) {
|
||||||
const getKpiUserDevelopment = await this.kpiUserDevelopmentRepository.findOne({
|
const getKpiUserDevelopment = await this.kpiUserDevelopmentRepository.findOne({
|
||||||
relations: ["kpiUserEvaluation", "developmentProject"],
|
relations: ["kpiUserEvaluation", "developmentProjects"],
|
||||||
where: { id: id },
|
where: { id: id },
|
||||||
});
|
});
|
||||||
if (!getKpiUserDevelopment) {
|
if (!getKpiUserDevelopment) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue