From ba551e66c6ff39a1d779118ea089345e2d25f19b Mon Sep 17 00:00:00 2001 From: Bright Date: Fri, 8 Mar 2024 16:17:05 +0700 Subject: [PATCH] no message --- src/controllers/SalaryController.ts | 1 - 1 file changed, 1 deletion(-) 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({