Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Change Emoji struct in Member to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dennmart committed Jan 27, 2016
1 parent 812507d commit e3b7422
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions member.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ type Member struct {
AvatarHash string `json:"avatarHash"`
Bio string `json:"bio"`
BioData struct {
Emoji struct {
} `json:"emoji"`
Emoji interface{} `json:"emoji,omitempty"`
} `json:"bioData"`
Confirmed bool `json:"confirmed"`
FullName string `json:"fullName"`
Expand Down

0 comments on commit e3b7422

Please sign in to comment.