Fix remote image urls not showing up in image grids #427
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default class User extends AppBaseEntity {
|
||||||
@Column()
|
@Column()
|
||||||
Currency: number;
|
Currency: number;
|
||||||
|
|
||||||
@Column()
|
@Column({ nullable: true })
|
||||||
LastUsedDaily?: Date;
|
LastUsedDaily?: Date;
|
||||||
|
|
||||||
public AddCurrency(amount: number) {
|
public AddCurrency(amount: number) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue