mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
allow empty player slots for manual entry
This commit is contained in:
+3
-3
@@ -65,9 +65,9 @@ export const fetchClubPlayersSchema = z.object({
|
||||
});
|
||||
|
||||
const matchPlayerSchema = z.object({
|
||||
name: z.string(),
|
||||
elo: z.string(),
|
||||
nrFFE: z.string(),
|
||||
name: z.string().optional(),
|
||||
elo: z.string().optional(),
|
||||
nrFFE: z.string().optional(),
|
||||
});
|
||||
|
||||
export const matchSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user