fix avatar?

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-30 18:20:13 +07:00
parent 33122a4b7e
commit 89a34f38ef

View file

@ -58,14 +58,14 @@ export class Profile extends EntityBase {
comment: "รูปถ่าย", comment: "รูปถ่าย",
default: null, default: null,
}) })
avatar: string | null; avatar?: string | null;
@Column({ @Column({
nullable: true, nullable: true,
comment: "รูปถ่าย", comment: "รูปถ่าย",
default: null, default: null,
}) })
avatarName: string | null; avatarName?: string | null;
@Column({ @Column({
nullable: true, nullable: true,