From 89a34f38efda133d160f0c83ab74e79da63e6ca6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 30 Jan 2026 18:20:13 +0700 Subject: [PATCH] fix avatar? --- src/entities/Profile.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entities/Profile.ts b/src/entities/Profile.ts index aae4273f..b1e99e9f 100644 --- a/src/entities/Profile.ts +++ b/src/entities/Profile.ts @@ -58,14 +58,14 @@ export class Profile extends EntityBase { comment: "รูปถ่าย", default: null, }) - avatar: string | null; + avatar?: string | null; @Column({ nullable: true, comment: "รูปถ่าย", default: null, }) - avatarName: string | null; + avatarName?: string | null; @Column({ nullable: true,