Skip to content

Commit

Permalink
add fields
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdelobre committed Nov 18, 2024
1 parent e7fc45a commit 1b2b912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/models/ListMember.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ type ListMember struct {
Lastname string `json:"lastname"`
FistnameUsual string `json:"firstnameusual"`
LastnameUsual string `json:"lastnameusual"`
Display string `json:"display"`
Username string `json:"username"`
}

0 comments on commit 1b2b912

Please sign in to comment.