We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49844d commit 73fa4feCopy full SHA for 73fa4fe
app-bootstrap.js
@@ -8,4 +8,4 @@ Joi.optionalId = () => Joi.string().uuid()
8
Joi.id = () => Joi.optionalId().required()
9
Joi.page = () => Joi.number().integer().min(1).default(1)
10
Joi.perPage = () => Joi.number().integer().min(1).max(100).default(20)
11
-Joi.fileSize = () => Joi.number().integer().min(0)
+Joi.fileSize = () => Joi.number().integer().min(0).default(0)
0 commit comments