Updated layout
This commit is contained in:
@@ -27,4 +27,3 @@ export async function validatePlayer(ign: string) {
|
||||
message: "Player found"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ export const bedwarsStatsSchema = z.looseObject({
|
||||
slumber: z.looseObject({
|
||||
tickets: z.number().default(0),
|
||||
bag_type: z.string(),
|
||||
total_tickets_earned: z.number(),
|
||||
doublers: z.number(),
|
||||
total_tickets_earned: z.number().default(0),
|
||||
doublers: z.number().default(0),
|
||||
room: z.record(z.string(), z.boolean())
|
||||
}).optional(),
|
||||
eight_one_winstreak: z.number().optional(),
|
||||
|
||||
Reference in New Issue
Block a user