mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-11 06:44:40 +00:00
Refactor: Remove redundant integer conversion for search_space_id in chat data handling
This commit is contained in:
parent
0b93c9dfef
commit
aaddd5ca9c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ async def handle_chat_data(
|
|||
response = StreamingResponse(stream_connector_search_results(
|
||||
user_query,
|
||||
user.id,
|
||||
int(search_space_id),
|
||||
search_space_id, # Already converted to int in lines 32-37
|
||||
session,
|
||||
research_mode,
|
||||
selected_connectors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue