Skip to content

Commit f9a3ba0

Browse files
committed
Update router.py
1 parent df834a8 commit f9a3ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/v3/api/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async def process_request(
298298
"plan_id": plan.plan_id,
299299
"session_id": input_task.session_id,
300300
"user_id": user_id,
301-
"team_id": "", # TODO add current_team_id
301+
"team_id": team_id, # TODO add current_team_id
302302
"description": input_task.description,
303303
},
304304
)

0 commit comments

Comments
 (0)