Skip to content

Commit

Permalink
fix: update DatedUserAchievement model to be an object, not an array …
Browse files Browse the repository at this point in the history
…of objects (#77)
  • Loading branch information
minhaferzz authored Feb 25, 2024
1 parent 2f38e95 commit bcffb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/models/dated-user-achievement.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export type DatedUserAchievement = {
cumulScore: number;
badgeUrl: string;
gameUrl: string;
}[];
};

0 comments on commit bcffb62

Please sign in to comment.