Skip to content

Commit 043d7dd

Browse files
committed
sql 2.0
1 parent f0db78d commit 043d7dd

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
@@ -889,7 +889,7 @@ async def get_function_job_collection(
889889

890890
# Retrieve associated job ids from the join table
891891
job_ids = [
892-
job_row["function_job_uuid"]
892+
job_row.function_job_uuid
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

0 commit comments

Comments
 (0)