upd: higher character limit for poll options
Limited to 150 to account for {}, "" and commas in DB column
Closes #297
This commit is contained in:
@@ -167,7 +167,7 @@ export const paramDef = {
|
||||
uniqueItems: true,
|
||||
minItems: 2,
|
||||
maxItems: 10,
|
||||
items: { type: 'string', minLength: 1, maxLength: 50 },
|
||||
items: { type: 'string', minLength: 1, maxLength: 150 },
|
||||
},
|
||||
multiple: { type: 'boolean' },
|
||||
expiresAt: { type: 'integer', nullable: true },
|
||||
|
||||
Reference in New Issue
Block a user