Canged pres heads
This commit is contained in:
@@ -261,7 +261,7 @@ export const skywarsStatsSchema = z.looseObject({
|
||||
heads_heavenly: z.number().default(0),
|
||||
head_collection: z.looseObject({
|
||||
prestigious: z.array(z.object({
|
||||
username: z.string().nullable(),
|
||||
username: z.string().nullable().default(null),
|
||||
timestamp: z.number(),
|
||||
mode: z.string(),
|
||||
sacrifice: z.string()
|
||||
|
||||
Reference in New Issue
Block a user