Skip to content

Commit c719c32

Browse files
committed
sql 2.0
1 parent 4c5b4ee commit c719c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/functions/_functions_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ async def get_function_job_collection(
893893
async for job_row in await conn.stream(
894894
function_job_collections_to_function_jobs_table.select().where(
895895
function_job_collections_to_function_jobs_table.c.function_job_collection_uuid
896-
== row["uuid"]
896+
== row.uuid
897897
)
898898
)
899899
]

0 commit comments

Comments
 (0)