From c746b2ffbe3b572409e1015b4938f7e843886626 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:24:06 +0700 Subject: [PATCH] fix: type --- src/controllers/customer-branch-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/customer-branch-controller.ts b/src/controllers/customer-branch-controller.ts index 87df4f6..3d23525 100644 --- a/src/controllers/customer-branch-controller.ts +++ b/src/controllers/customer-branch-controller.ts @@ -96,7 +96,7 @@ export type CustomerBranchUpdate = { jobDescription?: string; saleEmployee?: string; payDate?: Date; - wageDate?: number; + wageRate?: number; subDistrictId?: string | null; districtId?: string | null;