We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b467f commit 7ceac10Copy full SHA for 7ceac10
1 file changed
reflex/state.py
@@ -1745,7 +1745,7 @@ async def _as_state_update(
1745
app = prerequisites.get_and_validate_app().app
1746
event_specs = (
1747
app.backend_exception_handler(ex)
1748
- if app.backend_exception_handler
+ if app.backend_exception_handler is not None
1749
else None
1750
)
1751
@@ -1887,7 +1887,7 @@ async def _process_event(
1887
1888
1889
1890
1891
1892
1893
0 commit comments