Skip to content

Commit

Permalink
Artist's groups omitempty (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
irlndts authored Dec 9, 2021
1 parent 03267ad commit 52eff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ type Artist struct {
ResourceURL string `json:"resource_url"`
URI string `json:"uri"`
URLs []string `json:"urls"`
Groups []Member `json:"groups"`
Groups []Member `json:"groups,omitempty"`
DataQuality string `json:"data_quality"`
}

Expand Down

0 comments on commit 52eff84

Please sign in to comment.