Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Gonzalez committed Feb 9, 2025
1 parent 981ea22 commit d9413b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/profile/profile-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export type ProfileLeaderboardEntry = z.infer<typeof ProfileLeaderboardEntrySche
export const ProfileLeaderboardEntrySchema = z
.object({
points: z.number(),
displayName: z.string().openapi("Cool Guys"),
displayName: z.string().openapi({ example: "Cool Guys" }),
})
.openapi("ProfileLeaderboardEntry");

Expand Down

0 comments on commit d9413b1

Please sign in to comment.