Skip to content
Snippets Groups Projects
Commit af4566bb authored by willson-chen's avatar willson-chen
Browse files

Update logic of ANYHOST_KEY

parent e71aabf1
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,6 @@ func ToConfigurators(urls []*common.URL, f func(url *common.URL) config_center.C
override := url.GetParams()
delete(override, constant.ANYHOST_KEY)
if len(override) == 0 {
configurators = nil
continue
}
configurators = append(configurators, f(url))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment