Skip to content

Commit 346590c

Browse files
author
Andrei Neagu
committed
fixed failing tests
1 parent 11154e1 commit 346590c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/api_schemas_webserver/projects_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class NodeCreate(InputSchemaWithoutCamelCase):
2020
service_key: ServiceKey
2121
service_version: ServiceVersion
22-
service_id: str | None
22+
service_id: str | None = None
2323

2424

2525
BootOptions: TypeAlias = dict

0 commit comments

Comments
 (0)