Skip to content

Commit

Permalink
add default values to nodemetadata json
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Nov 2, 2023
1 parent 1dbfa46 commit 286f535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/syft/src/syft/service/metadata/node_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class NodeMetadata(SyftObject):
organization: str = "OpenMined"
on_board: bool = False
description: str = "Text"
signup_enabled: bool
admin_email: str
signup_enabled: bool = False
admin_email: str = ""
node_side_type: str
show_warnings: bool

Expand Down

0 comments on commit 286f535

Please sign in to comment.