We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea46ebd commit 8ac3a67Copy full SHA for 8ac3a67
1 file changed
src/download.py
@@ -17,7 +17,7 @@
17
resources = [
18
# Questions need to be passed to include answers in the same endpoint,
19
# saving us later time with joining the answers.
20
- "submissions?questions=all",
+ "submissions?questions=all&state=confirmed",
21
"speakers?questions=all",
22
]
23
0 commit comments