Skip to content

Commit 7396ea6

Browse files
authored
Merge pull request #274 from python-discord/jb3/fields/timezone-question
Add timezone question type
2 parents 59dd269 + bbc4607 commit 7396ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
OAUTH2_CLIENT_ID = os.getenv("OAUTH2_CLIENT_ID")
1919
OAUTH2_CLIENT_SECRET = os.getenv("OAUTH2_CLIENT_SECRET")
2020
OAUTH2_REDIRECT_URI = os.getenv(
21-
"OAUTH2_REDIRECT_URI",
22-
"https://forms.pythondiscord.com/callback"
21+
"OAUTH2_REDIRECT_URI", "https://forms.pythondiscord.com/callback"
2322
)
2423

2524
GIT_SHA = os.getenv("GIT_SHA", "dev")
@@ -42,6 +41,7 @@
4241
"code",
4342
"range",
4443
"section",
44+
"timezone",
4545
]
4646

4747
REQUIRED_QUESTION_TYPE_DATA = {

0 commit comments

Comments
 (0)