Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: update recently played games type
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland committed Jan 14, 2023
1 parent 40bba1b commit e679bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/sanitized/user-recently-played-game.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export interface UserRecentlyPlayedGame {
possibleScore: number;
numAchieved: number;
scoreAchieved: number;
numAchievedHardcore: string;
numAchievedHardcore: number;
scoreAchievedHardcore: string;
}

0 comments on commit e679bc6

Please sign in to comment.