Skip to content

Commit

Permalink
Merge aef78a7 into b58856a
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi committed Apr 23, 2021
2 parents b58856a + aef78a7 commit fd6ae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konnect/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func BaseURL() string {
type ServicePackage struct {
ID *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
Description *string `json:"description"`

Versions []ServiceVersion `json:"versions,omitempty"`
}
Expand Down

0 comments on commit fd6ae8c

Please sign in to comment.