mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-10 21:52:01 +02:00
Remove hardcoded labels
This commit is contained in:
@@ -189,7 +189,7 @@ func (c *client) List(r *Resource, opts ...ListOption) error {
|
||||
o(&options)
|
||||
}
|
||||
|
||||
return c.Get(r, GetLabels(labels), GetNamespace(options.Namespace))
|
||||
return c.Get(r, GetNamespace(options.Namespace))
|
||||
}
|
||||
|
||||
// Watch returns an event stream
|
||||
|
Reference in New Issue
Block a user