Remove unused DisplayName

This commit is contained in:
Ed Tan 2018-10-06 12:13:55 -04:00
parent 6ffc8fcd8d
commit 50afa921b5

View file

@ -276,7 +276,6 @@ type pagedResponse struct {
// https://developer.atlassian.com/bitbucket/api/2/reference/resource/user
type user struct {
Username string `json:"username"`
DisplayName string `json:"display_name"`
UUID string `json:"uuid"`
Email string `json:"email"`
}