Skip to content

Commit b1d83dd

Browse files
committed
fix:update rr name
1 parent 42b5fab commit b1d83dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundrobin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (r *RoundRobinBalance) RemoveEndpoint(endpoint Endpoint) {
5252
}
5353

5454
func (r *RoundRobinBalance) Name() string {
55-
return "RoundRobin"
55+
return string(RRBalanceType)
5656
}
5757

5858
func (r *RoundRobinBalance) Close() error {

0 commit comments

Comments
 (0)