mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 21:56:11 -05:00
arrayify teaminfoschema players
This commit is contained in:
@@ -18,7 +18,7 @@ const playerSchema = z.object({
|
||||
|
||||
const teamInfoSchema = z.object({
|
||||
score: z.number().int().min(0).max(100),
|
||||
players: playerSchema,
|
||||
players: z.array(playerSchema),
|
||||
});
|
||||
|
||||
export const detailedMapSchema = z.array(
|
||||
|
||||
Reference in New Issue
Block a user