diff --git a/src/app/api/api_v1/endpoints/tutor.py b/src/app/api/api_v1/endpoints/tutor.py index 7779e63..a90d1ee 100644 --- a/src/app/api/api_v1/endpoints/tutor.py +++ b/src/app/api/api_v1/endpoints/tutor.py @@ -99,7 +99,6 @@ async def tutor_search( ) search_results = await search_multi_inputs( - response=response, qp=qp, callback_function=sp.search_handler, )