Skip to content

Commit af3e090

Browse files
committed
fix: increased maxLength of mimetype to 255
1 parent 0ba92d0 commit af3e090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/store.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const StoreParamsSchema = {
3030
},
3131
mimetype: {
3232
type: ['string', 'null'],
33-
maxLength: 60,
33+
maxLength: 255,
3434
},
3535
altText: {
3636
type: ['string', 'null'],

0 commit comments

Comments
 (0)