Commit 50afa921 authored by Ed Tan's avatar Ed Tan

Remove unused DisplayName

parent 6ffc8fcd
......@@ -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"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment