Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Apr 1, 2021
1 parent 3ba9ab6 commit cc58a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ router.post('/message', async (req, res) => {

if (
typeof msg.payload.metadata !== 'object' ||
JSON.stringify(msg.payload.metadata).length > 2e4
JSON.stringify(msg.payload.metadata).length > 8e4
)
return sendError(res, 'wrong proposal metadata');

Expand Down

0 comments on commit cc58a6c

Please sign in to comment.