mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 10:23:56 +00:00
Merge branch 'main' of https://github.com/hydralauncher/hydra
This commit is contained in:
@@ -44,7 +44,7 @@ export class Game {
|
||||
shop: GameShop;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
status: GameStatus | "";
|
||||
status: GameStatus | null;
|
||||
|
||||
/**
|
||||
* Progress is a float between 0 and 1
|
||||
|
||||
Reference in New Issue
Block a user