mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 01:33:56 +00:00
feat: adjustments on achievements
This commit is contained in:
@@ -12,8 +12,8 @@ export class GameAchievement {
|
||||
shop: string;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
unlockedAchievements: string;
|
||||
unlockedAchievements: string | null;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
achievements: string;
|
||||
achievements: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user