forked from noxious/server
Cleanup
This commit is contained in:
@ -1,12 +1,9 @@
|
||||
import { randomUUID } from 'node:crypto'
|
||||
|
||||
import { ManyToOne, PrimaryKey, Property } from '@mikro-orm/core'
|
||||
|
||||
import { BaseEntity } from '@/application/base/baseEntity'
|
||||
import type { UUID } from '@/application/types'
|
||||
import type { Character } from '@/entities/character'
|
||||
import type { Item } from '@/entities/item'
|
||||
|
||||
import { BaseEntity } from '@/application/base/baseEntity'
|
||||
import { ManyToOne, PrimaryKey, Property } from '@mikro-orm/core'
|
||||
|
||||
export class BaseCharacterItem extends BaseEntity {
|
||||
@PrimaryKey()
|
||||
|
Reference in New Issue
Block a user