diff --git a/pkg/index/job/correction/service/corrector.go b/pkg/index/job/correction/service/corrector.go index 9bee36eec5..a5e75eff2e 100644 --- a/pkg/index/job/correction/service/corrector.go +++ b/pkg/index/job/correction/service/corrector.go @@ -281,7 +281,6 @@ func (c *correct) checkConsistency(ctx context.Context, targetReplica *vectorRep Id: targetReplica.vec.GetId(), }, }) - if err != nil { if st, ok := status.FromError(err); !ok { log.Errorf("gRPC call returned not a gRPC status error: %v", err)