Skip to content

Commit

Permalink
add member type for includes
Browse files Browse the repository at this point in the history
  • Loading branch information
laustindasauce committed Feb 5, 2023
1 parent 4f4bab9 commit ec01775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func (i *Includes) UnmarshalJSON(b []byte) error {
obj = &Benefit{}
} else if s.Type == "membership" {
obj = &Member{}
} else if s.Type == "member" {
obj = &Member{}
} else if s.Type == "address" {
obj = &Address{}
} else if s.Type == "patron" {
Expand Down

0 comments on commit ec01775

Please sign in to comment.