Skip to content

Commit

Permalink
added org_email as an optional parameter to nat orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 25, 2024
1 parent 458873d commit 3e4fdf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/external/models/nat.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class Organisation(PydanticConfiguration):
org_name: TranslatableStr
org_type: str
org_url: str | None
org_email: str | None
school: School | None

@classmethod
Expand Down

0 comments on commit 3e4fdf0

Please sign in to comment.