Skip to content

Commit 58c1aed

Browse files
fix sonar
1 parent 3a168e9 commit 58c1aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,8 @@ async def update_project_node_state(
975975
permission="write", # NOTE: MD: before only read was sufficient, double check this
976976
)
977977

978-
# TODO: https://github.com/ITISFoundation/osparc-simcore/issues/7046
979-
# delete this once workbench is removed from the projects table
978+
# Delete this once workbench is removed from the projects table
979+
# See: https://github.com/ITISFoundation/osparc-simcore/issues/7046
980980
updated_project, _ = await db.update_project_node_data(
981981
user_id=user_id,
982982
project_uuid=project_id,

0 commit comments

Comments
 (0)