Skip to content

Commit

Permalink
fix: remove firstname/lastname as they never existed in the API
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 27, 2023
1 parent 192fcd5 commit b623105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions broker/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const (
type User struct {
UUID string `json:"uuid,omitempty"`
Name string `json:"name,omitempty"`
FirstName string `json:"first_name,omitempty"`
LastName string `json:"last_name,omitempty"`
Email string `json:"email,omitempty"`
Active bool `json:"active"`
CreatedAt string `json:"createdAt,omitempty"`
Expand Down

0 comments on commit b623105

Please sign in to comment.