Skip to content

Commit

Permalink
[build][chore] enhance loadbalancer group api
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Oct 13, 2024
1 parent 5dff78e commit 922bd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vngcloud/entity/loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (s *LoadBalancer) GetId() string {
return s.UUID
}

func (S *LoadBalancer) GetName() string {
func (s *LoadBalancer) GetName() string {
return s.Name
}

Expand Down

0 comments on commit 922bd2a

Please sign in to comment.