Canged pres heads

This commit is contained in:
2025-09-01 11:39:05 +02:00
parent 3763e6c381
commit 1e363e8d5b
4 changed files with 20 additions and 20 deletions

View File

@@ -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()