From 256f955ad874cfb819310ec654d7feb3d6109605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Tkaczy=C5=84ski?= Date: Fri, 18 Oct 2024 13:24:14 +0200 Subject: [PATCH] feat: increase vote reason length to 5000 --- src/schemas/vote.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/vote.json b/src/schemas/vote.json index 80d95d531..996c413aa 100644 --- a/src/schemas/vote.json +++ b/src/schemas/vote.json @@ -27,7 +27,7 @@ "reason": { "type": "string", "title": "reason", - "maxLength": 1000 + "maxLength": 5000 }, "app": { "type": "string",