forked from noxious/server
Cleanup imports, changed item:update to new ORM
This commit is contained in:
@ -18,7 +18,7 @@ export class Item extends BaseEntity {
|
||||
name!: string
|
||||
|
||||
@Property()
|
||||
description?: string
|
||||
description: string = ''
|
||||
|
||||
@Enum(() => ItemType)
|
||||
itemType!: ItemType
|
||||
|
Reference in New Issue
Block a user