Skip to content

Commit da065cf

Browse files
committed
fix nil error, NodeStatus won't have an error when loading from etcd
1 parent f44a0e0 commit da065cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpc/rpc.go

-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ func (v *Vibranium) GetNodeStatus(ctx context.Context, opts *pb.GetNodeStatusOpt
216216
Nodename: status.Nodename,
217217
Podname: status.Podname,
218218
Alive: status.Alive,
219-
Error: status.Error.Error(),
220219
}, nil
221220
}
222221

0 commit comments

Comments
 (0)