1
0
forked from noxious/server

Cleanup imports, changed item:update to new ORM

This commit is contained in:
2025-01-04 23:37:38 +01:00
parent 46cfb61cf5
commit 04e4170c2d
5 changed files with 29 additions and 38 deletions

View File

@ -18,7 +18,7 @@ export class Item extends BaseEntity {
name!: string
@Property()
description?: string
description: string = ''
@Enum(() => ItemType)
itemType!: ItemType