File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/web/server/src/simcore_service_webserver/functions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ async def find_cached_function_jobs(
310310 product_name : ProductName ,
311311 function_id : FunctionID ,
312312 inputs : FunctionInputs ,
313- ) -> list [FunctionJob ] | None :
313+ ) -> list [RegisteredFunctionJob ] | None :
314314 return await _functions_service .find_cached_function_jobs (
315315 app = app ,
316316 user_id = user_id ,
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ async def find_cached_function_jobs(
347347 product_name : ProductName ,
348348 function_id : FunctionID ,
349349 inputs : FunctionInputs ,
350- ) -> list [FunctionJob ] | None :
350+ ) -> list [RegisteredFunctionJob ] | None :
351351 returned_function_jobs = await _functions_repository .find_cached_function_jobs (
352352 app = app ,
353353 user_id = user_id ,
You can’t perform that action at this time.
0 commit comments