Skip to content

Commit b0b2667

Browse files
remove old
1 parent 86c5a75 commit b0b2667

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,15 +1247,6 @@ async def patch_project_node(
12471247
)
12481248

12491249
# 3. Patch the project node
1250-
updated_project, _ = await _projects_repository_legacy.update_project_node_data(
1251-
user_id=user_id,
1252-
project_uuid=project_id,
1253-
node_id=node_id,
1254-
product_name=product_name,
1255-
new_node_data=_node_patch_exclude_unset,
1256-
client_session_id=client_session_id,
1257-
)
1258-
12591250
await _projects_nodes_repository.update(
12601251
app,
12611252
project_id=project_id,

0 commit comments

Comments
 (0)