mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +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;
|
||||
|
||||
|
||||
@@ -35,4 +35,3 @@ export class UserPreferences {
|
||||
@UpdateDateColumn()
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user