diff --git a/src/controllers/SalaryController.ts b/src/controllers/SalaryController.ts index 955e02b..c5b1d3f 100644 --- a/src/controllers/SalaryController.ts +++ b/src/controllers/SalaryController.ts @@ -154,7 +154,6 @@ export class Salary extends Controller { item.lastUpdatedAt = new Date(); await this.salaryRepository.save(chk_3fields); }); - await this.salaryRepository.save(chk_3fields); } const chk_posTypeId = await this.poTypeRepository.findOne({