Skip to content

Commit 9b8ed1d

Browse files
use in
1 parent f2dedff commit 9b8ed1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ async def patch_project_node(
10501050
)
10511051

10521052
# 5. Updates project states for user, if inputs have been changed
1053-
if _node_patch_exclude_unset.get("inputs"):
1053+
if "inputs" in _node_patch_exclude_unset:
10541054
updated_project = await add_project_states_for_user(
10551055
user_id=user_id, project=updated_project, is_template=False, app=app
10561056
)

0 commit comments

Comments
 (0)