Skip to content

Commit e7ea1b1

Browse files
committed
remove wrong comments
1 parent ef83d12 commit e7ea1b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,9 +2083,7 @@ async def notify_project_node_update(
20832083
data={
20842084
"project_id": project["uuid"],
20852085
"node_id": f"{node_id}",
2086-
# as GET projects/{project_id}/nodes/{node_id}
20872086
"data": project["workbench"][f"{node_id}"],
2088-
# as GET projects/{project_id}/nodes/{node_id}/errors
20892087
"errors": errors,
20902088
},
20912089
)

0 commit comments

Comments
 (0)