diff --git a/src/controllers/SalaryController.ts b/src/controllers/SalaryController.ts index fd54e73..25e3d75 100644 --- a/src/controllers/SalaryController.ts +++ b/src/controllers/SalaryController.ts @@ -249,17 +249,6 @@ export class SalaryController extends Controller { const salary = await this.salaryRepository.findOne({ relations: ["posType_", "posLevel_"], where: { id: id }, - select: [ - "name", - "isSpecial", - "posTypeId", - "posLevelId", - "isActive", - "date", - "startDate", - "endDate", - "details", - ], }); const formattedData = {