mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Formatting changes
This commit is contained in:
@@ -10,7 +10,6 @@ const BeerCommentValidationSchema = z.object({
|
||||
.int()
|
||||
.min(1, { message: 'Rating must be greater than 1.' })
|
||||
.max(5, { message: 'Rating must be less than 5.' }),
|
||||
beerPostId: z.string().uuid({ message: 'Beer post ID must be a valid UUID.' }),
|
||||
});
|
||||
|
||||
export default BeerCommentValidationSchema;
|
||||
|
||||
Reference in New Issue
Block a user