Skip to content

Commit

Permalink
Fix error when creating virtual network w/o comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Jun 7, 2022
1 parent dd4a273 commit 8b85b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel_virtual_networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type TunnelVirtualNetworksListParams struct {
type TunnelVirtualNetworkCreateParams struct {
AccountID string `json:"-"`
Name string `json:"name"`
Comment string `json:"comment,omitempty"`
Comment string `json:"comment"`
IsDefault bool `json:"is_default"`
}

Expand Down

0 comments on commit 8b85b5a

Please sign in to comment.