Skip to content

Commit 856d91f

Browse files
committed
improve
1 parent 62ec926 commit 856d91f

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_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ async def update_project_node_state(
11651165
project_id=project_id,
11661166
node_id=node_id,
11671167
partial_node=PartialNode.model_construct(
1168-
state=NodeState(current_status=RunningState(new_state))
1168+
state=NodeState(current_status=RunningState(new_state), lock_state=None)
11691169
),
11701170
)
11711171
return await get_project_for_user(

0 commit comments

Comments
 (0)