Skip to content

Commit

Permalink
Merge pull request #26 from lukebelbina/fix/typo-loadbalancer-health
Browse files Browse the repository at this point in the history
Fix typo with registered_targets
  • Loading branch information
mcharytoniuk authored Nov 4, 2024
2 parents e1668e5 + ab1275a commit 5a0c5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadbalancer/LoadBalancerStatus.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package loadbalancer

type LoadBalancerStatus struct {
RegisteredTargets int `json:"registred_targets"`
RegisteredTargets int `json:"registered_targets"`
}

0 comments on commit 5a0c5b0

Please sign in to comment.