From 41f3c5ca5455c9179960d85b3c5eafa9d7aa77ac Mon Sep 17 00:00:00 2001 From: harid Date: Thu, 12 Mar 2026 18:31:24 +0700 Subject: [PATCH] no message --- src/controllers/ProfileTrainingController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileTrainingController.ts b/src/controllers/ProfileTrainingController.ts index a286d26a..ac48f021 100644 --- a/src/controllers/ProfileTrainingController.ts +++ b/src/controllers/ProfileTrainingController.ts @@ -326,7 +326,7 @@ export class ProfileTrainingController extends Controller { // 6. ลบ DevelopmentHistory await this.developmentHistoryRepo.delete({ - kpiDevelopmentId: In(devIds), + profileDevelopmentId: In(devIds), }); // 7. ลบ ProfileDevelopment