Skip to content

Commit

Permalink
IPv6 can sometime be empty so adding omiempty here
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Feb 11, 2025
1 parent 230f4dc commit e075874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebalancer_config_vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
type NodeBalancerVpcConfig struct {
ID int `json:"id"`
IPv4Range string `json:"ipv4_range"`
IPv6Range string `json:"ipv6_range"`
IPv6Range string `json:"ipv6_range,omitempty"`
NodeBalancerID int `json:"nodebalancer_id"`
SubnetID int `json:"subnet_id"`
VPCID int `json:"vpc_id"`
Expand Down

0 comments on commit e075874

Please sign in to comment.