Skip to content

Commit

Permalink
fix: add display name to import model
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Dec 18, 2024
1 parent 619ad31 commit fce7ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/cli/hpc_access_cli/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ class HpcUser(BaseModel):
first_name: Optional[str]
#: The last name of the user.
last_name: Optional[str]
#: The display name of the user.
display_name: Optional[str]
#: The office phone number of the user.
phone_number: Optional[str]
#: The requested resources.
Expand Down

0 comments on commit fce7ee7

Please sign in to comment.