mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-10 21:52:01 +02:00
heck cache status error
This commit is contained in:
2
registry/cache/cache.go
vendored
2
registry/cache/cache.go
vendored
@@ -144,7 +144,7 @@ func (c *cache) get(service string) ([]*registry.Service, error) {
|
||||
}
|
||||
|
||||
// reset the status
|
||||
if c.getStatus(); err != nil {
|
||||
if err := c.getStatus(); err != nil {
|
||||
c.setStatus(nil)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user