File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
services/web/server/src/simcore_service_webserver/storage Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ async def compute_path_size(request: web.Request) -> web.Response:
215215 user_id = req_ctx .user_id ,
216216 product_name = req_ctx .product_name ,
217217 ),
218+ user_id = req_ctx .user_id ,
218219 )
219220
220221 return _create_data_response_from_async_job (request , async_job )
@@ -240,6 +241,7 @@ async def batch_delete_paths(request: web.Request):
240241 user_id = req_ctx .user_id ,
241242 product_name = req_ctx .product_name ,
242243 ),
244+ user_id = req_ctx .user_id ,
243245 )
244246 return _create_data_response_from_async_job (request , async_job )
245247
@@ -507,6 +509,7 @@ def allow_only_simcore(cls, v: int) -> int:
507509 user_id = _req_ctx .user_id ,
508510 product_name = _req_ctx .product_name ,
509511 ),
512+ user_id = _req_ctx .user_id ,
510513 )
511514 _job_id = f"{ async_job_rpc_get .job_id } "
512515 return create_data_response (
You can’t perform that action at this time.
0 commit comments