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 fde3bb5 commit aaa6aa4Copy full SHA for aaa6aa4
services/web/server/src/simcore_service_webserver/dynamic_scheduler/api.py
@@ -109,7 +109,7 @@ async def stop_dynamic_services_in_project(
109
) -> None:
110
"""Stops all dynamic services in the project"""
111
running_dynamic_services = await list_dynamic_services(
112
- app, user_id=user_id, project_id=project_id
+ app, user_id=user_id, project_id=ProjectID(project_id)
113
)
114
115
async with AsyncExitStack() as stack:
0 commit comments