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,