Skip to content

Commit

Permalink
revert: reverting app length increase
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Dec 8, 2024
1 parent 1c33db9 commit 0673d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/schemas/proposal.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"app": {
"type": "string",
"title": "app",
"maxLength": 128
"maxLength": 24
},
"privacy": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/vote.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"app": {
"type": "string",
"title": "app",
"maxLength": 128
"maxLength": 24
}
},
"required": [
Expand Down

0 comments on commit 0673d12

Please sign in to comment.