fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -43,6 +43,7 @@ const makeSchema = () => z.object({
|
||||
fileSize: z.bigint(),
|
||||
isComplete: z.boolean().optional(),
|
||||
totalChunks: z.number().int().optional().nullable(),
|
||||
diskPath: z.string().optional().nullable(),
|
||||
createdAt: z.coerce.date().optional(),
|
||||
updatedAt: z.coerce.date().optional()
|
||||
}).strict();
|
||||
|
||||
Reference in New Issue
Block a user