Skip to content

Commit

Permalink
Remove duplicated DashboardURL from struct definition
Browse files Browse the repository at this point in the history
[#160819509]

Co-authored-by: Winna Bridgewater <[email protected]>
  • Loading branch information
Derik Evangelista and Winna Bridgewater committed Oct 26, 2018
1 parent 57c3e20 commit 8211136
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion response.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ type GetInstanceResponse struct {
type UpdateResponse struct {
DashboardURL string `json:"dashboard_url,omitempty"`
OperationData string `json:"operation,omitempty"`
DashboardURL string `json:"dashboard_url,omitempty"`
}

type DeprovisionResponse struct {
Expand Down
1 change: 0 additions & 1 deletion service_broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ type UpdateServiceSpec struct {
IsAsync bool
DashboardURL string
OperationData string
DashboardURL string
}

type DeprovisionServiceSpec struct {
Expand Down

0 comments on commit 8211136

Please sign in to comment.