forked from noxious/server
Typo
This commit is contained in:
parent
aa3ee8f0af
commit
5c87b7b4af
@ -1,7 +1,7 @@
|
|||||||
import { randomUUID } from 'node:crypto'
|
import { randomUUID } from 'node:crypto'
|
||||||
import { Collection, Entity, OneToMany, PrimaryKey, Property } from '@mikro-orm/core'
|
import { Collection, Entity, OneToMany, PrimaryKey, Property } from '@mikro-orm/core'
|
||||||
import { ZoneObject } from './zoneObject'
|
import { ZoneObject } from './zoneObject'
|
||||||
1
|
|
||||||
@Entity()
|
@Entity()
|
||||||
export class MapObject {
|
export class MapObject {
|
||||||
@PrimaryKey()
|
@PrimaryKey()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user