mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 03:11:03 +00:00
refactor: prettier changes
This commit is contained in:
@@ -46,9 +46,9 @@ export class Game {
|
||||
@Column("text", { nullable: true })
|
||||
status: GameStatus | null;
|
||||
|
||||
/**
|
||||
/**
|
||||
* Progress is a float between 0 and 1
|
||||
*/
|
||||
*/
|
||||
@Column("float", { default: 0 })
|
||||
progress: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user