diff --git a/src/core/ApiSchemas.ts b/src/core/ApiSchemas.ts index 5fda4485c..35987550f 100644 --- a/src/core/ApiSchemas.ts +++ b/src/core/ApiSchemas.ts @@ -74,7 +74,6 @@ export const PlayerAchievementSchema = z.object({ playerId: z.string(), achievement: z.string(), achievedAt: z.iso.datetime(), - gameId: z.string(), game: z.string(), }); export type PlayerAchievementJson = z.infer;