Skip to content

Commit

Permalink
Revert "feat: increase app max length (#1077)"
Browse files Browse the repository at this point in the history
This reverts commit 8ac51b9.
  • Loading branch information
wa0x6e committed Oct 17, 2024
1 parent 8ac51b9 commit 664614e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.12.27",
"version": "0.12.26",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
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
}
},
"required": ["name", "body", "choices", "snapshot", "start", "end"],
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 664614e

Please sign in to comment.