Skip to content

Commit cbc3924

Browse files
committed
improve
1 parent 1dbbaef commit cbc3924

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
@@ -1184,7 +1184,7 @@ async def update_project_node_state(
11841184
project_id=project_id,
11851185
node_id=node_id,
11861186
partial_node=PartialNode.model_construct(
1187-
state=NodeState(current_status=RunningState(new_state))
1187+
state=NodeState(current_status=RunningState(new_state), lock_state=None)
11881188
),
11891189
)
11901190
return await get_project_for_user(

0 commit comments

Comments
 (0)