Small change smh
This commit is contained in:
@@ -76,7 +76,7 @@ export const bedwarsStatsSchema = z.looseObject({
|
||||
_items_purchased_bedwars: z.number().default(0),
|
||||
slumber: z.looseObject({
|
||||
tickets: z.number().default(0),
|
||||
bag_type: z.string(),
|
||||
bag_type: z.string().optional(),
|
||||
total_tickets_earned: z.number().default(0),
|
||||
doublers: z.number().default(0),
|
||||
room: z.record(z.string(), z.boolean()).optional()
|
||||
|
||||
Reference in New Issue
Block a user