Skip to content

Commit

Permalink
fix nullability of mail in user schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Oct 6, 2023
1 parent 8e89b02 commit ab84bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/model/pycroft/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class UserData(BaseModel):
name: str
status: UserStatus
room: str | None
mail: str
mail: str | None
mail_forwarded: bool
mail_confirmed: bool
properties: list[str]
Expand Down

0 comments on commit ab84bf2

Please sign in to comment.