aboutsummaryrefslogtreecommitdiffstats
path: root/backend/models/form.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/models/form.py')
-rw-r--r--backend/models/form.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/models/form.py b/backend/models/form.py
index 7e1a673..accd9b1 100644
--- a/backend/models/form.py
+++ b/backend/models/form.py
@@ -7,7 +7,7 @@ from pydantic.error_wrappers import ErrorWrapper, ValidationError
from backend.constants import FormFeatures, WebHook
from .question import Question
-PUBLIC_FIELDS = ["id", "features", "questions", "name", "description", "submitted_text"]
+PUBLIC_FIELDS = ["id", "features", "questions", "name", "description", "submitted_text", "discord_role"]
class _WebHook(BaseModel):