Skip to content

Commit

Permalink
[profiles] fix typo in model
Browse files Browse the repository at this point in the history
  • Loading branch information
voltini committed Dec 14, 2024
1 parent 5881940 commit 9107782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanapi/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class UpsertProfileBody(BaseModel):
discord_username: str
full_name: str | None = None
graduation_year: str | None = None
n7_specialty: str | None = None
n7_major: str | None = None
photo: str | None = None
pronouns: str | None = None
telephone: str | None = None

0 comments on commit 9107782

Please sign in to comment.