Skip to content

Commit

Permalink
db_session needs to be passed here (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored May 31, 2023
1 parent 896f24c commit b5a947f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatch/case/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def create_case(
background_tasks.add_task(
case_new_create_flow,
case_id=case.id,
db_session=db_session,
organization_slug=organization,
)

Expand Down

0 comments on commit b5a947f

Please sign in to comment.