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 4c5b4ee commit c719c32Copy full SHA for c719c32
services/web/server/src/simcore_service_webserver/functions/_functions_repository.py
@@ -893,7 +893,7 @@ async def get_function_job_collection(
893
async for job_row in await conn.stream(
894
function_job_collections_to_function_jobs_table.select().where(
895
function_job_collections_to_function_jobs_table.c.function_job_collection_uuid
896
- == row["uuid"]
+ == row.uuid
897
)
898
899
]
0 commit comments