We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a454ee7 commit f046169Copy full SHA for f046169
services/api-server/src/simcore_service_api_server/api/routes/functions_routes.py
@@ -402,9 +402,6 @@ async def map_function(
402
to_run_function: Annotated[RegisteredFunction, Depends(get_function)],
403
function_inputs_list: FunctionInputsList,
404
url_for: Annotated[Callable, Depends(get_reverse_url_mapper)],
405
- function_jobs_service: Annotated[
406
- FunctionJobService, Depends(get_function_job_service)
407
- ],
408
function_job_task_client_service: Annotated[
409
FunctionJobTaskClientService, Depends(get_function_job_task_client_service)
410
],
0 commit comments