Skip to content

Commit 2801d0f

Browse files
authored
Update schema.ts
1 parent abe7716 commit 2801d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/images/entity/schema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const file = Joi.object({
1313
})
1414

1515
export const Store = Joi.object({
16-
category: Joi.string().alphanum().required(),
16+
category: Joi.string().required(),
1717
title: Joi.string().regex(RegexSanitize).optional().default(null),
1818
description: Joi.string().regex(RegexSanitize).optional().default(null),
1919
compression: Joi.boolean().optional().default(false),

0 commit comments

Comments
 (0)