Skip to content

Commit

Permalink
fix name in thread
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBer78 committed Nov 13, 2024
1 parent cbacedb commit 0a2fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm_copy/app/routers/threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0a2fbd3

Please sign in to comment.