From aff6958149d2da76632f8b598306fd2c0ff6f8b4 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 1 Oct 2025 12:10:27 +0700 Subject: [PATCH] fix error script retire --- src/controllers/OrganizationController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index e6ceb790..702e857f 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -7956,7 +7956,7 @@ export class OrganizationController extends Controller { * */ @Get("save/profile/position-history") - async saveRetireToPositionHistory(request: RequestWithUser) { + async saveRetireToPositionHistory(@Request() request: RequestWithUser) { const profileLeave = await this.profileRepo.find({ where: { isLeave: true,