Skip to content

Commit 8077660

Browse files
committed
improve
1 parent d5b743f commit 8077660

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
@@ -1166,7 +1166,7 @@ async def update_project_node_state(
11661166
project_id=project_id,
11671167
node_id=node_id,
11681168
partial_node=PartialNode.model_construct(
1169-
state=NodeState(current_status=RunningState(new_state))
1169+
state=NodeState(current_status=RunningState(new_state), lock_state=None)
11701170
),
11711171
)
11721172
return await get_project_for_user(

0 commit comments

Comments
 (0)