diff --git a/swarm_copy/app/routers/threads.py b/swarm_copy/app/routers/threads.py index 11bcbbb..58e4b2d 100644 --- a/swarm_copy/app/routers/threads.py +++ b/swarm_copy/app/routers/threads.py @@ -50,7 +50,7 @@ async def create_thread( new_thread = Threads( user_id=user_id, title=title, - virtual_lab_id=virtual_lab_id, + vlab_id=virtual_lab_id, project_id=project_id, ) session.add(new_thread)