Skip to content

Commit

Permalink
fix optional
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Oct 31, 2024
1 parent 9001bd5 commit 42bea1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class NodeCreate(InputSchemaWithoutCamelCase):
service_key: ServiceKey
service_version: ServiceVersion
service_id: str | None
service_id: str | None = Field(default=None)


BootOptions: TypeAlias = dict
Expand Down

0 comments on commit 42bea1e

Please sign in to comment.