mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: prettier changes
This commit is contained in:
parent
a16a30761e
commit
e79b6f1391
16 changed files with 380 additions and 332 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ export class UserPreferences {
|
|||
@UpdateDateColumn()
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue