We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ca36e commit 5e66176Copy full SHA for 5e66176
session/viewsets.py
@@ -42,7 +42,7 @@ def list(self, request, *args, **kwargs) -> Response:
42
return Response(
43
data=pretalx_client.list_sessions(
44
event_name=pretalx_event_name,
45
- only_confirmed=settings.DEBUG,
+ only_confirmed=not settings.DEBUG,
46
)["results"],
47
)
48
0 commit comments