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