fix avatar?
This commit is contained in:
parent
33122a4b7e
commit
89a34f38ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue