1
0
forked from noxious/server

Minor improvements

This commit is contained in:
2025-01-01 22:50:58 +01:00
parent 2d6831b4ef
commit e8ef160f2a
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ export class Character extends BaseEntity {
@PrimaryKey()
id = randomUUID()
@ManyToOne(() => User)
@ManyToOne()
user!: User
@Property({ unique: true })