From f769a0820c4953ce2185c1462f6b27cc83668bad Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:35:07 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B8=8A=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=95=E0=B8=B1=E0=B8=A7?= =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=9B=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/ProfileLeave.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/ProfileLeave.ts b/src/entities/ProfileLeave.ts index 918a3286..9380b028 100644 --- a/src/entities/ProfileLeave.ts +++ b/src/entities/ProfileLeave.ts @@ -44,7 +44,7 @@ export class ProfileLeave extends EntityBase { comment: "ลามาเเล้ว", default: null, }) - leverCount: number; + leaveCount: number; @Column({ nullable: true,