Skip to content

Commit

Permalink
use in
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Dec 16, 2024
1 parent f2dedff commit 9b8ed1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ async def patch_project_node(
)

# 5. Updates project states for user, if inputs have been changed
if _node_patch_exclude_unset.get("inputs"):
if "inputs" in _node_patch_exclude_unset:
updated_project = await add_project_states_for_user(
user_id=user_id, project=updated_project, is_template=False, app=app
)
Expand Down

0 comments on commit 9b8ed1d

Please sign in to comment.