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: "รูปถ่าย",
default: null,
})
avatar: string | null;
avatar?: string | null;
@Column({
nullable: true,
comment: "รูปถ่าย",
default: null,
})
avatarName: string | null;
avatarName?: string | null;
@Column({
nullable: true,