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: "รูปถ่าย",
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue