-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: leaderboards remake, weekly xp leaderboards (@miodec) #6250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| const PaginationQuerySchema = z.object({ | ||
| skip: z.number().int().nonnegative().optional(), | ||
| limit: z.number().int().nonnegative().max(50).optional(), | ||
| page: z.number().int().nonnegative().optional(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it fill in the data if undefined?
add default to schemas
fehmer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Brrrrrr
Checks
_list.json,_groups.jsonand addlanguages.json?Closes #4775