From a90c75ff032e7297868e36635546c9ff4f76affb Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:31:11 +0700 Subject: [PATCH] fix: typo --- src/entities/ProfileGovernment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/ProfileGovernment.ts b/src/entities/ProfileGovernment.ts index 1eb81ee3..b9082567 100644 --- a/src/entities/ProfileGovernment.ts +++ b/src/entities/ProfileGovernment.ts @@ -106,7 +106,7 @@ export class ProfileGovernment extends EntityBase { default: null, comment: "ตำแหน่ง", }) - postition: string; + position: string; @Column({ nullable: true,