mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
fix: Remove positive() from maxFileSize to allow for unlimited file size
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ const Schema_Config_API = z
|
||||
|
||||
allowDownloadProtectedFile: z.coerce.boolean(),
|
||||
temporaryTokenDuration: z.coerce.number().positive(),
|
||||
maxFileSize: z.coerce.number().positive(),
|
||||
maxFileSize: z.coerce.number(),
|
||||
})
|
||||
.refine(
|
||||
(data) => {
|
||||
|
||||
Reference in New Issue
Block a user