mirror of
https://github.com/SrIzan10/fireentity-movienights.git
synced 2026-06-06 00:56:52 +00:00
hkjhkjl
This commit is contained in:
@@ -16,7 +16,7 @@ export const movieVoteSchema = z.object({
|
||||
// Schedule movie schema
|
||||
export const scheduleMovieSchema = z.object({
|
||||
movieId: z.string().min(1, "Movie ID is required"),
|
||||
date: z.string().regex(/^\d{4}-\d{2}-\d{2}$/, "Invalid date format"),
|
||||
date: z.any(),
|
||||
});
|
||||
|
||||
// Search movie schema
|
||||
|
||||
Reference in New Issue
Block a user