From 6117159ea1ecdaa1ed1798b07cdae0b3ca632f0c Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:14:37 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=9C=E0=B8=B4=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/ProfileLeave.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entities/ProfileLeave.ts b/src/entities/ProfileLeave.ts index 6192f3e8..8a521e9a 100644 --- a/src/entities/ProfileLeave.ts +++ b/src/entities/ProfileLeave.ts @@ -98,7 +98,7 @@ export class CreateProfileLeave { leaveTypeId: string | null; dateLeave: Date | null; leaveDays: number | null; - leverCount: number | null; + leaveCount: number | null; totalLeave: number | null; status: string | null; reason: string | null; @@ -108,7 +108,7 @@ export type UpdateProfileLeave = { leaveTypeId?: string | null; dateLeave?: Date | null; leaveDays?: number | null; - leverCount?: number | null; + leaveCount?: number | null; totalLeave?: number | null; status?: string | null; reason?: string | null;