feat: batch games and code refactor

This commit is contained in:
Zamitto 2024-06-16 23:43:18 -03:00
parent ce13f6aa21
commit e14e49cdcc
10 changed files with 161 additions and 106 deletions

View file

@ -23,7 +23,7 @@ export class Game {
objectID: string;
@Column("text", { unique: true, nullable: true })
remoteId: string;
remoteId: string | null;
@Column("text")
title: string;