diff --git a/src/controllers/EmployeePositionController.ts b/src/controllers/EmployeePositionController.ts index 58c1160d..23419f4b 100644 --- a/src/controllers/EmployeePositionController.ts +++ b/src/controllers/EmployeePositionController.ts @@ -2014,7 +2014,7 @@ export class EmployeePositionController extends Controller { } await this.employeePosMasterRepository.update(id, { isSit: false, - next_holderId: null, + current_holderId: null, }); dataMaster.positions.forEach(async (position) => {