File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed 
services/api-server/src/simcore_service_api_server/api/routes Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1717    RegisteredFunctionJobCollection ,
1818)
1919from  models_library .api_schemas_rpc_async_jobs .async_jobs  import  AsyncJobFilter 
20- from  models_library .functions  import  FunctionClass 
2120from  models_library .functions_errors  import  FunctionJobCacheNotFoundError 
2221from  models_library .products  import  ProductName 
2322from  models_library .projects  import  ProjectID 
@@ -399,7 +398,7 @@ async def run_function(  # noqa: PLR0913
399398        user_id = user_identity .user_id ,
400399        product_name = user_identity .product_name ,
401400        function_job_id = pre_registered_function_job_id ,
402-         function_class = FunctionClass . PROJECT ,
401+         function_class = to_run_function . function_class ,
403402        job_creation_task_id = TaskID (task_uuid ),
404403    )
405404
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments