Skip to content

Commit

Permalink
feat: increase vote reason length to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Oct 18, 2024
1 parent 8ac51b9 commit 256f955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/vote.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"reason": {
"type": "string",
"title": "reason",
"maxLength": 1000
"maxLength": 5000
},
"app": {
"type": "string",
Expand Down

0 comments on commit 256f955

Please sign in to comment.