mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 07:40:43 +00:00
removed gameid
This commit is contained in:
@@ -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<typeof PlayerAchievementSchema>;
|
||||
|
||||
Reference in New Issue
Block a user