Skip to content

Commit 5c38088

Browse files
committed
id
1 parent 11557e0 commit 5c38088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/projects/_jobs_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ async def set_project_as_job(
3737

3838
result = await conn.execute(stmt)
3939
row = result.one()
40-
projects_to_jobs_id: PositiveInt = row.int
40+
projects_to_jobs_id: PositiveInt = row.id
4141
return projects_to_jobs_id

0 commit comments

Comments
 (0)