1
0
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:
Milos Gajdos
2019-10-11 10:47:42 +01:00
parent 98e1f2c2d3
commit fc89c9831e

View File

@@ -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)
}