Skip to content

Commit

Permalink
Update nacos_rest.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Dec 21, 2024
1 parent 0454075 commit 08d5f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apiserver/pkg/registry/nacos_rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func (n *nacosREST) Watch(ctx context.Context, options *metainternalversion.List
return nil, err
}

func() {
go func() {
danger := reflect.ValueOf(list).Elem()
items := danger.FieldByName("Items")

Expand Down

0 comments on commit 08d5f71

Please sign in to comment.